docs/scheduler/filter
Dong Chen c4007e9507 Carry over pr/2137 with minor updates.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-05-03 14:29:38 -07:00
..
README.md Updating READMEs 2016-01-06 18:58:12 -08:00
affinity.go Updating filters 2016-04-14 09:36:59 -07:00
affinity_test.go Updating scheduler unit tests 2016-04-14 09:37:00 -07:00
constraint.go classify whether constraint error or affinity error 2016-03-18 21:51:31 +08:00
constraint_test.go Updating scheduler unit tests 2016-04-14 09:37:00 -07:00
dependency.go Updating filters 2016-04-14 09:36:59 -07:00
dependency_test.go Updating scheduler unit tests 2016-04-14 09:37:00 -07: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 Filter for containerslots-label 2016-05-03 09:54:51 -07:00
filters_test.go Updating scheduler unit tests 2016-04-14 09:37:00 -07: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 Updating scheduler unit tests 2016-04-14 09:37:00 -07:00
port_test.go Updating scheduler unit tests 2016-04-14 09:37:00 -07:00
slots.go Carry over pr/2137 with minor updates. 2016-05-03 14:29:38 -07:00
slots_test.go Filter for containerslots-label 2016-05-03 09:54:51 -07: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.