docs/scheduler/filter
Sun Hongliang 01fc95fe31 classify whether constraint error or affinity error
Signed-off-by: Sun Hongliang <allen.sun@daocloud.io>
2016-03-18 21:51:31 +08:00
..
README.md Updating READMEs 2016-01-06 18:58:12 -08:00
affinity.go classify whether constraint error or affinity error 2016-03-18 21:51:31 +08:00
affinity_test.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
constraint.go classify whether constraint error or affinity error 2016-03-18 21:51:31 +08:00
constraint_test.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
dependency.go Printing entire set of unsatisfiable constraints for container scheduling 2016-03-14 17:17:06 -07:00
dependency_test.go fix soft affinities/constraints 2016-01-04 15:59:51 -08:00
expr.go do not lower keys 2016-02-11 11:15:44 -08:00
expr_test.go do not lower keys 2016-02-11 11:15:44 -08:00
filter.go Printing entire set of unsatisfiable constraints for container scheduling 2016-03-14 17:17:06 -07:00
filters_test.go fix soft / resource computation 2016-01-28 12:57:46 -08:00
health.go Printing entire set of unsatisfiable constraints for container scheduling 2016-03-14 17:17:06 -07:00
health_test.go Scheduler prefers nodes without connection failures. 2016-01-11 11:42:58 -08:00
port.go Printing entire set of unsatisfiable constraints for container scheduling 2016-03-14 17:17:06 -07:00
port_test.go update dockerclient 2016-02-02 12:08:09 -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.