mirror of https://github.com/docker/docs.git
Merge pull request #1666 from londoncalling/update-voting-app-docs
clarified logging into a swarm manager to list nodes
This commit is contained in:
commit
e36de21467
|
@ -99,7 +99,7 @@ Now, we'll add our Docker machines to a [swarm](/engine/swarm/index.md).
|
||||||
|
|
||||||
### List the nodes in the swarm
|
### 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
|
docker@manager:~$ docker node ls
|
||||||
|
|
Loading…
Reference in New Issue