mirror of https://github.com/docker/docs.git
Update Filters README with dependency filter link
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
This commit is contained in:
parent
74a9a04a60
commit
6c1eeef280
|
@ -8,12 +8,12 @@ page_keywords: docker, swarm, clustering, filters
|
||||||
|
|
||||||
The `Docker Swarm` scheduler comes with multiple filters.
|
The `Docker Swarm` scheduler comes with multiple filters.
|
||||||
|
|
||||||
These filters are used to schedule containers on a subset of nodes.
|
The following filters are currently used to schedule containers on a subset of nodes:
|
||||||
|
|
||||||
`Docker Swarm` currently supports 4 filters:
|
|
||||||
* [Constraint](#constraint-filter)
|
* [Constraint](#constraint-filter)
|
||||||
* [Affinity](#affinity-filter)
|
* [Affinity](#affinity-filter)
|
||||||
* [Port](#port-filter)
|
* [Port](#port-filter)
|
||||||
|
* [Dependency](#dependency-filter)
|
||||||
* [Health](#health-filter)
|
* [Health](#health-filter)
|
||||||
|
|
||||||
You can choose the filter(s) you want to use with the `--filter` flag of `swarm manage`
|
You can choose the filter(s) you want to use with the `--filter` flag of `swarm manage`
|
||||||
|
|
Loading…
Reference in New Issue