mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
clarified logging into a swarm manager to list nodes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user