mirror of https://github.com/docker/docs.git
update docs
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
e4dfa66b62
commit
2f6531d376
|
@ -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.
|
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:
|
Those tags are sourced from `docker info` and currently include:
|
||||||
|
|
||||||
* OperatingSystem
|
* storagedriver
|
||||||
* KernelVersion
|
* executiondriver
|
||||||
* Driver
|
* kernelversion
|
||||||
* ExecutionDriver
|
* operatingsystem
|
||||||
|
|
||||||
## Port Filter
|
## Port Filter
|
||||||
|
|
||||||
|
@ -123,4 +123,4 @@ $ docker run -d -p 80:80 nginx
|
||||||
|
|
||||||
## Health Filter
|
## Health Filter
|
||||||
|
|
||||||
This filter will prevent scheduling containers and unhealthy nodes.
|
This filter will prevent scheduling containers on unhealthy nodes.
|
||||||
|
|
Loading…
Reference in New Issue