update docs

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2014-12-19 00:47:51 +00:00
parent e4dfa66b62
commit 2f6531d376
1 changed files with 5 additions and 5 deletions

View File

@ -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.