docs/scheduler/filter
moxiegirl 62fdf2fad1 Merge pull request #1546 from moxiegirl/readme-refs-work
Remove readmes and point to docs
2016-01-12 15:51:59 -08:00
..
README.md Updating READMEs 2016-01-06 18:58:12 -08:00
affinity.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
affinity_test.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
constraint.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
constraint_test.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
dependency.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
dependency_test.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
expr.go store constaints and affinities in labels 2015-04-30 14:33:21 -07:00
expr_test.go store constaints and affinities in labels 2015-04-30 14:33:21 -07:00
filter.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
filters_test.go Scheduler prefers nodes without connection failures. 2016-01-11 11:42:58 -08:00
health.go Scheduler prefers nodes without connection failures. 2016-01-11 11:42:58 -08:00
health_test.go Scheduler prefers nodes without connection failures. 2016-01-11 11:42:58 -08:00
port.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
port_test.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00

README.md

Filters README

The Docker Swarm scheduler comes with multiple filters. To read the end-user filters documentation, visit the Swarm API documentation on docs.docker.com. If you want to modify the filter documentation, start with the docs/scheduler directory in this project.