mirror of https://github.com/docker/docs.git
fix typo in filter.md
Signed-off-by: mqliang <mqliang.zju@gmail.com>
This commit is contained in:
parent
957f81036b
commit
2803654488
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue