1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #23872 from sfsmithcha/fix_scale_service_output

correct output description - only one task is running on manager
This commit is contained in:
Tõnis Tiigi 2016-06-24 11:04:28 -07:00 committed by GitHub
commit 39211d113b

View file

@ -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 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 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 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`: connected. The following example shows the tasks running on `manager1`: