From 31d10935fb475e693ed35ea573fa45cf234b0772 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 28 Feb 2017 05:11:01 +0800 Subject: [PATCH] Update scale-service.md (#1961) Deleted "you can" because it shoud be "you must" in fact, so use imperative instead. --- engine/swarm/swarm-tutorial/scale-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/swarm-tutorial/scale-service.md b/engine/swarm/swarm-tutorial/scale-service.md index 2063e516c6..805531cbf4 100644 --- a/engine/swarm/swarm-tutorial/scale-service.md +++ b/engine/swarm/swarm-tutorial/scale-service.md @@ -55,7 +55,7 @@ the swarm. 528d68040f95 alpine:latest "ping docker.com" About a minute ago Up About a minute helloworld.4.auky6trawmdlcne8ad8phb0f1 ``` - If you want to see the containers running on other nodes, you can ssh into + If you want to see the containers running on other nodes, ssh into those nodes and run the `docker ps` command. ## What's next?