mirror of
https://github.com/moby/moby.git
synced 2026-08-07 08:31:39 +00:00
correct output description - only one task is running on manager
Signed-off-by: Charles Smith <charles.smith@docker.com>
(cherry picked from commit 5f219806fc)
This commit is contained in:
committed by
Tibor Vass
parent
eebd6ac4df
commit
b6b262d8bb
@@ -51,7 +51,7 @@ service running in the swarm:
|
||||
|
||||
You can see that swarm has created 4 new tasks to scale to a total of 5
|
||||
running instances of Alpine Linux. The tasks are distributed between the
|
||||
three nodes of the swarm. Two are running on `manager1`.
|
||||
three nodes of the swarm. One is running on `manager1`.
|
||||
|
||||
4. Run `docker ps` to see the containers running on the node where you're
|
||||
connected. The following example shows the tasks running on `manager1`:
|
||||
|
||||
Reference in New Issue
Block a user