Update README instructions for starting docker containers

This commit is contained in:
serkixenos 2022-05-13 03:26:30 +02:00
parent 82a84a06da
commit 23cdcec381

View file

@ -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.