From 4c36e64d38af121b56a6ddbce924a80e82a71350 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 21 Jun 2017 02:43:38 +0800 Subject: [PATCH] Create strategy.md (#3600) --- swarm/scheduler/strategy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/scheduler/strategy.md b/swarm/scheduler/strategy.md index b4771c0ad3..375856fb8f 100644 --- a/swarm/scheduler/strategy.md +++ b/swarm/scheduler/strategy.md @@ -2,7 +2,7 @@ advisory: swarm-standalone hide_from_sitemap: true description: Swarm strategies -keywords: docker, swarm, clustering, strategies +keywords: docker, swarm, clustering, strategies title: Docker Swarm strategies --- @@ -83,7 +83,7 @@ CPUs, the `spread` strategy prefers the node with least containers. ## BinPack strategy example -In this example, let's says that both `node-1` and `node-2` have 2G of RAM and +In this example, let's say that both `node-1` and `node-2` have 2G of RAM and neither is running a container. Again, the nodes are equal. When you run a new container, the system chooses `node-1` at random from the cluster: