From dd78f41c328d1f0654afeb7a9a56fb157771bbb3 Mon Sep 17 00:00:00 2001 From: smothiki Date: Tue, 17 Mar 2015 13:41:42 -0600 Subject: [PATCH] modify documentation for the sofaffinity example Signed-off-by: sivaram mothiki --- scheduler/filter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/filter/README.md b/scheduler/filter/README.md index 2f41dd61ac..2eed82cfca 100644 --- a/scheduler/filter/README.md +++ b/scheduler/filter/README.md @@ -200,7 +200,7 @@ If none of the nodes in the cluster has image redis, the scheduler will discard ``` $ docker run -d --name redis5 -e affinity:container!=~redis* redis ``` -The affinity filter is about scheduling a new redis5 container to a different node that doesn't have a container with the name that satisfies redis*. If each node in the cluster has a redis* container the scheduler with discard the affinity rule and schedules according to the strategy. +The affinity filter will be used to schedule a new redis5 container to a different node that doesn't have a container with the name that satisfies redis*. If each node in the cluster has a redis* container, the scheduler will discard the affinity rule and schedules according to the strategy. ## Port Filter