mirror of https://github.com/docker/docs.git
clarified logging into a swarm manager to list nodes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
93e64bb762
commit
db256b5deb
|
|
@ -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