Update README instructions for starting docker containers
This commit is contained in:
parent
a2702cd1f4
commit
2e55b1818a
1 changed files with 5 additions and 1 deletions
|
|
@ -188,7 +188,11 @@ docker build --no-cache -f Dockerfile.18.04 -t peerplays-18-04 .
|
|||
|
||||
### Start docker image
|
||||
```
|
||||
docker start peerplays
|
||||
# Start docker image, using Ubuntu 20.04 base
|
||||
docker run peerplays:latest
|
||||
|
||||
# Start docker image, using Ubuntu 18.04 base
|
||||
docker run peerplays-18-04:latest
|
||||
```
|
||||
|
||||
Rest of the instructions on starting the chain remains same.
|
||||
|
|
|
|||
Loading…
Reference in a new issue