docs/scheduler/strategy
Nishant Totla 40456d0926
Updating unit tests
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2016-04-14 09:37:01 -07: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 Updating unit tests 2016-04-14 09:37:01 -07: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 Updating unit tests 2016-04-14 09:37:01 -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 Updating ContainerConfig to embed HostConfig and NetworkingConfig 2016-04-14 09:37:00 -07: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.