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 <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-01-13 13:17:39 +01:00 committed by Misty Stanley-Jones
parent 32d07fe77c
commit a7cb8d980c
1 changed files with 3 additions and 4 deletions

View File

@ -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