From 2f6531d3768d77990ce420c922ecde98c8c725a8 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 19 Dec 2014 00:47:51 +0000 Subject: [PATCH] update docs Signed-off-by: Victor Vieux --- scheduler/filter/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scheduler/filter/README.md b/scheduler/filter/README.md index dea93604d2..e476182640 100644 --- a/scheduler/filter/README.md +++ b/scheduler/filter/README.md @@ -72,10 +72,10 @@ The scheduler selected `node-2` since it was started with the `storage=disk` lab Additionally, a standard set of constraints can be used when scheduling containers without specifying them when starting the node. Those tags are sourced from `docker info` and currently include: -* OperatingSystem -* KernelVersion -* Driver -* ExecutionDriver +* storagedriver +* executiondriver +* kernelversion +* operatingsystem ## Port Filter @@ -123,4 +123,4 @@ $ docker run -d -p 80:80 nginx ## Health Filter -This filter will prevent scheduling containers and unhealthy nodes. +This filter will prevent scheduling containers on unhealthy nodes.