Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
upgrade docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noprom committed May 28, 2018
1 parent 2ffe36d commit bfb32d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Note: if you want to use the mongo db plugin, you have to enable it in your `dat

```
# pull images
docker pull eosio/eos:latest
docker pull eosio/eos:20180528
docker pull mongo:latest
# create volume
docker volume create --name=nodeos-data-volume
Expand All @@ -192,7 +192,7 @@ docker-compose -f docker-compose-dawn4.2.yaml up -d
# get chain info
curl http://127.0.0.1:8888/v1/chain/get_info
# get logs
docker-compose logs nodeosd
docker-compose logs -f nodeosd
# stop containers
docker-compose -f docker-compose-dawn4.2.yaml down
```
Expand Down

0 comments on commit bfb32d2

Please sign in to comment.