Skip to content
Snippets Groups Projects
Unverified Commit 48cd6feb authored by Wolfgang Welz's avatar Wolfgang Welz Committed by GitHub
Browse files

Merge pull request #77 from nuriel77/update/readme-docker-command

Improve README about docker command
parents 588e0fff 4453124f
No related branches found
No related tags found
No related merge requests found
......@@ -61,9 +61,9 @@ docker build -t iotaledger/goshimmer .
```
and then run it with
```
docker run --rm -it -v target/mainnetdb:/root/mainnetdb iotaledger/goshimmer
docker run --rm -it -v "$(pwd)/mainnetdb:/app/mainnetdb" iotaledger/goshimmer
```
You may replace `target/mainnetdb` with a custom path to the database folder.
You may replace `$(pwd)/mainnetdb` with a custom path to the database folder.
To start Shimmer in the background, you can also simply use [Docker Compose](https://docs.docker.com/compose/) by running
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment