Skip to content

Commit

Permalink
Docker run with --pull in Hub description.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Oct 24, 2023
1 parent 0a60bad commit d9205a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DockerHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Before the Mina network can be used in your job or jobs steps, it must reach the
### Single Node

```shell
docker run --rm -it \
docker run --rm --pull=always -it \
--env NETWORK_TYPE="single-node" \
--env PROOF_LEVEL="none" \
-p 3085:3085 \
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
### Multi-Node

```shell
docker run --rm -it \
docker run --rm --pull=always -it \
--env NETWORK_TYPE="multi-node" \
--env PROOF_LEVEL="none" \
-p 4001:4001 \
Expand Down

0 comments on commit d9205a6

Please sign in to comment.