From 2803654488fddf81997af424586a78d5e7fd472d Mon Sep 17 00:00:00 2001 From: mqliang Date: Sat, 12 Mar 2016 18:50:12 +0800 Subject: [PATCH] fix typo in filter.md Signed-off-by: mqliang --- docs/scheduler/filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scheduler/filter.md b/docs/scheduler/filter.md index d28ed61007..2679caf75f 100644 --- a/docs/scheduler/filter.md +++ b/docs/scheduler/filter.md @@ -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