mirror of https://github.com/docker/docs.git
Fixed typo
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
This commit is contained in:
parent
658c807eb9
commit
cfe082e36c
|
@ -33,7 +33,7 @@ nodes at random regardless of their available CPU or RAM.
|
||||||
|
|
||||||
Using the `spread` strategy results in containers spread thinly over many
|
Using the `spread` strategy results in containers spread thinly over many
|
||||||
machines. The advantage of this strategy is that if a node goes down you only
|
machines. The advantage of this strategy is that if a node goes down you only
|
||||||
loose a few containers.
|
lose a few containers.
|
||||||
|
|
||||||
The `binpack` strategy avoids fragmentation because it leaves room for bigger
|
The `binpack` strategy avoids fragmentation because it leaves room for bigger
|
||||||
containers on unused machines. The strategic advantage of `binpack` is that you
|
containers on unused machines. The strategic advantage of `binpack` is that you
|
||||||
|
|
Loading…
Reference in New Issue