Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nodes: add pull command
  • Loading branch information
jmank88 committed Oct 12, 2018
1 parent 23d70ef commit 7d18da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodes/README.md
Expand Up @@ -63,6 +63,7 @@ docker logs -f node
- Restart Container: `docker-compose restart node`
- Restart All: `docker-compose down && docker-compose up -d`
- Console Attach: `docker run --rm -it -v $PWD:/gochain -w /gochain gcr.io/gochain-core/gochain gochain --datadir /gochain/node attach`
- Update image: `docker-compose pull`

### Console Commands

Expand Down

0 comments on commit 7d18da7

Please sign in to comment.