From b4e692d44235e677fd54fc4b26aa41b39bde4c98 Mon Sep 17 00:00:00 2001 From: "Pradipta Kr. Banerjee" Date: Sun, 26 Apr 2015 11:54:09 +0530 Subject: [PATCH] Fix minor typo in description of 'binpack' scheduler strategy. Signed-off-by: Pradipta Kr. Banerjee --- scheduler/strategy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler/strategy/README.md b/scheduler/strategy/README.md index feb9452cd7..c76bec7925 100644 --- a/scheduler/strategy/README.md +++ b/scheduler/strategy/README.md @@ -28,7 +28,7 @@ your company's needs. Under the `spread` strategy, Swarm optimizes for the node with the least number of running containers. The `binpack` strategy causes Swarm to optimize for the -container which is most packed. The `random` strategy, like it sounds, chooses +node which is most packed. The `random` strategy, like it sounds, chooses nodes at random regardless of their available CPU or RAM. Using the `spread` strategy results in containers spread thinly over many