fix typo in filter.md

Signed-off-by: mqliang <mqliang.zju@gmail.com>
This commit is contained in:
mqliang 2016-03-12 18:50:12 +08:00
parent 957f81036b
commit 2803654488
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ containers are running on different nodes, Swarm does not schedule the container
When the `port` filter is enabled, a container's port configuration is used as a
unique constraint. Docker Swarm selects a node where a particular port is
available and unoccupied by another container or process. Required ports may be
specified by mapping a host port, or using the host networking an exposing a
specified by mapping a host port, or using the host networking and exposing a
port using the container configuration.
#### Example in bridge mode