Update Filters README with dependency filter link

Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
This commit is contained in:
Sriram Natarajan 2015-04-01 12:17:25 -07:00
parent 74a9a04a60
commit 6c1eeef280
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@ page_keywords: docker, swarm, clustering, 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)
* [Affinity](#affinity-filter)
* [Port](#port-filter)
* [Dependency](#dependency-filter)
* [Health](#health-filter)
You can choose the filter(s) you want to use with the `--filter` flag of `swarm manage`