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: