From a7cb8d980cdbf2f27e0db1214e99f7a478cf564c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 13 Jan 2017 13:17:39 +0100 Subject: [PATCH] remove confusing sentence from "publishing" section the routing mesh should work irregardless of all replicas being up or not, so removing this sentence. Signed-off-by: Sebastiaan van Stijn --- engine/swarm/services.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index aabfda716a..44a8e9d2db 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -350,10 +350,9 @@ $ docker service create --name my_web \ ``` Three tasks will run on up to three nodes. You don't need to know which nodes -are running the tasks, as long as exactly three tasks are running at all times. -Connecting to port 8080 on **any** of the 10 nodes will connect you to one of -the three `nginx` tasks. You can test this using `curl` (the HTML output is -truncated): +are running the tasks; connecting to port 8080 on **any** of the 10 nodes will +connect you to one of the three `nginx` tasks. You can test this using `curl` +(the HTML output is truncated): ```bash $ curl localhost:8080