fix markdown (#1293)

Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
LRubin 2017-01-20 11:32:20 -08:00 committed by John Mulhausen
parent fa1b47d5d1
commit e22150bd43
1 changed files with 1 additions and 2 deletions

View File

@ -328,8 +328,7 @@ Keep reading for more information and use cases for each of these methods.
#### Publish a service's ports using the routing mesh
To publish a service's ports externally to the swarm, use the `--publish
<TARGET-PORT>:<SERVICE-PORT>` flag. The swarm
To publish a service's ports externally to the swarm, use the `--publish <TARGET-PORT>:<SERVICE-PORT>` flag. The swarm
makes the service accessible at the target port **on every swarm node**. If an
external host connects to that port on any swarm node, the routing mesh routes
it to a task. The external host does not need to know the IP addresses or