clarified logging into a swarm manager to list nodes

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-02-14 16:56:16 -08:00
parent 93e64bb762
commit db256b5deb
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