docs/scheduler/strategy
Victor Vieux ab113e7750 Add more unit tests for spread strategy
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-01-16 00:25:50 -08:00
..
README.md Updating READMEs 2016-01-06 18:58:12 -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 Add more unit tests for spread strategy 2016-01-16 00:25:50 -08: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.