diff --git a/scheduler/filter/README.md b/scheduler/filter/README.md index 2ab36a912d..d33581c63a 100644 --- a/scheduler/filter/README.md +++ b/scheduler/filter/README.md @@ -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`