Update README instructions for starting docker containers

This commit is contained in:
serkixenos 2022-05-13 03:26:30 +02:00
parent a2702cd1f4
commit 2e55b1818a

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.