From 2a778b36009db0c495f65c3e7aabfaf3b0cd3044 Mon Sep 17 00:00:00 2001 From: "Kai Qiang Wu(Kennan)" Date: Wed, 6 Apr 2016 01:39:33 +0000 Subject: [PATCH] Fix old NODE column Some fixes was missed in last PR. Signed-off-by: Kai Qiang Wu(Kennan) --- docs/scheduler/filter.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/scheduler/filter.md b/docs/scheduler/filter.md index f9e2b76e44..70478eb3df 100644 --- a/docs/scheduler/filter.md +++ b/docs/scheduler/filter.md @@ -263,12 +263,12 @@ $ docker tcp:// ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 87c4376856a8 redis:latest "redis" Less than a second ago running node-1/redis1 1212386856a8 redis:latest "redis" Less than a second ago running node-1/redis2 -87c4376639a8 redis:latest "redis" Less than a second ago running node-3 redis3 -1234376856a8 redis:latest "redis" Less than a second ago running node-1 redis4 -86c2136253a8 redis:latest "redis" Less than a second ago running node-3 redis5 -87c3236856a8 redis:latest "redis" Less than a second ago running node-3 redis6 -87c4376856a8 redis:latest "redis" Less than a second ago running node-3 redis7 -963841b138d8 redis:latest "redis" Less than a second ago running node-1 redis8 +87c4376639a8 redis:latest "redis" Less than a second ago running node-3/redis3 +1234376856a8 redis:latest "redis" Less than a second ago running node-1/redis4 +86c2136253a8 redis:latest "redis" Less than a second ago running node-3/redis5 +87c3236856a8 redis:latest "redis" Less than a second ago running node-3/redis6 +87c4376856a8 redis:latest "redis" Less than a second ago running node-3/redis7 +963841b138d8 redis:latest "redis" Less than a second ago running node-1/redis8 ``` As you can see here, the containers were only scheduled on nodes that had the @@ -379,7 +379,7 @@ $ docker tcp:// ps CONTAINER ID IMAGE COMMAND PORTS NAMES f8b693db9cd6 nginx:latest "nginx" 192.168.0.44:80->80/tcp node-3/stoic_albattani 963841b138d8 nginx:latest "nginx" 192.168.0.43:80->80/tcp node-2/dreamy_turing -87c4376856a8 nginx:latest "nginx" 192.168.0.42:80->80/tcp node-1 prickly_engelbart +87c4376856a8 nginx:latest "nginx" 192.168.0.42:80->80/tcp node-1/prickly_engelbart ``` Finally, Docker Swarm will refuse to run another container that requires port