Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Sep 18, 2023
1 parent 3b44085 commit 5b8643e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ npm run dev

### Docker

You can build and run the Docker image locally using the following commands.
You can build and run the Docker image locally by running the following commands:

```
git clone https://github.com/helikon-labs/chainviz.git
Expand All @@ -51,10 +51,11 @@ docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile ..
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
```

Docker is going to build the docker image and make it available locally. Then you can run the built Docker image using the command:
If you'd like to use the existing image from Helikon on Docker Hub, then please use the following commands:

```
cmd
docker pull helikon/chainviz:1.0.0
docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0
```

## Test
Expand Down

0 comments on commit 5b8643e

Please sign in to comment.