Skip to content
Snippets Groups Projects
Commit ea729034 authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

Update with Docker instructions

parent a7d01012
No related branches found
No related tags found
No related merge requests found
......@@ -36,4 +36,16 @@ You can then run by:
```
./shimmer
```
\ No newline at end of file
```
## Docker
To run Shimmer on docker, you must first build the image with
```
docker build -t iotaledger/goshimmer .
```
and then run it with
```
docker run --rm -it -v target/mainnetdb:/root/mainnetdb iotaledger/goshimmer
```
You may replace `target/mainnetdb` with a custom path to the database folder.
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