docs/scheduler/strategy
Mary Anthony 1bfdf55a52 Updating READMEs
Signed-off-by: Mary Anthony <mary@docker.com>
2016-01-12 00:34:57 -08:00
..
README.md Updating READMEs 2016-01-12 00:34:57 -08:00
binpack.go Scheduler prefers nodes without connection failures. 2016-01-11 11:42:58 -08:00
binpack_test.go Scheduler prefers nodes without connection failures. 2016-01-11 11:42:58 -08:00
random.go scheduler now returns the list of ranked nodes rather than the top node. 2015-10-09 15:32:37 -07:00
spread.go Scheduler prefers nodes without connection failures. 2016-01-11 11:42:58 -08:00
spread_test.go scheduler now returns the list of ranked nodes rather than the top node. 2015-10-09 15:32:37 -07:00
strategy.go scheduler now returns the list of ranked nodes rather than the top node. 2015-10-09 15:32:37 -07:00
weighted_node.go Scheduler prefers nodes without connection failures. 2016-01-11 11:42:58 -08:00

README.md

Strategies README

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