Create strategy.md (#3600)

This commit is contained in:
Wang Jie 2017-06-21 02:43:38 +08:00 committed by Misty Stanley-Jones
parent 931508d884
commit 4c36e64d38
1 changed files with 2 additions and 2 deletions

View File

@ -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: