From b6b262d8bb1dcb63c1cca7cc3ebed9e630e489f9 Mon Sep 17 00:00:00 2001 From: Charles Smith Date: Wed, 22 Jun 2016 12:41:22 -0700 Subject: [PATCH] correct output description - only one task is running on manager Signed-off-by: Charles Smith (cherry picked from commit 5f219806fce6c70bfea1a610476e7e3e6e78371d) --- docs/swarm/swarm-tutorial/scale-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm/swarm-tutorial/scale-service.md b/docs/swarm/swarm-tutorial/scale-service.md index 42bc813178..e3f3167c89 100644 --- a/docs/swarm/swarm-tutorial/scale-service.md +++ b/docs/swarm/swarm-tutorial/scale-service.md @@ -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`: