Merge pull request #1666 from londoncalling/update-voting-app-docs

clarified logging into a swarm manager to list nodes
This commit is contained in:
Victoria Bialas 2017-02-14 17:15:03 -08:00 committed by GitHub
commit e36de21467
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Now, we'll add our Docker machines to a [swarm](/engine/swarm/index.md).
### List the nodes in the swarm
Log into the manager and run `docker node ls`.
Log into the manager (e.g., `docker-machine ssh manager`) and run `docker node ls`.
```
docker@manager:~$ docker node ls