problem: Docker latest tag is misleading

This commit is contained in:
Igor Artamonov
2021-09-07 22:11:51 -04:00
parent f443b7a297
commit 199259afdb
4 changed files with 3 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ export INFURA_USER=...
.Run Dshackle
[source,bash]
----
docker run -p 2449:2449 -p 8545:8545 -v $(pwd):/etc/dshackle -e "INFURA_USER=$INFURA_USER" emeraldpay/dshackle
docker run -p 2449:2449 -p 8545:8545 -v $(pwd):/etc/dshackle -e "INFURA_USER=$INFURA_USER" emeraldpay/dshackle:0.10
----
Now it listens on port 2449 at the localhost and can be connected from any gRPC compatible client.