Skip to content

Commit

Permalink
Fix container name for different testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed Dec 20, 2018
1 parent 65a8098 commit e703b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run_validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docker run -d --name=cyberd --runtime=nvidia \
-p 26656:26656 -p 26657:26657 -p 26660:26660 \
-v /cyberd/daemon:/root/.cyberd \
-v /cyberd/cli:/root/.cyberdcli \
cyberd/cyberd:euler-dev0
cyberd/cyberd:<testnet_chain_id>
```

To check if your node is connected to the testnet, you can run this:
Expand Down

0 comments on commit e703b5b

Please sign in to comment.