mirror of https://github.com/docker/docs.git
docs: typo in scheduler/strategy.md
Signed-off-by: Tomasz Kopczynski <tomek@kopczynski.net.pl>
This commit is contained in:
parent
8cc26f56f2
commit
3d9d6dab3a
|
@ -35,7 +35,7 @@ Under the `spread` strategy, Swarm optimizes for the node with the least number
|
|||
of containers. The `binpack` strategy causes Swarm to optimize for the
|
||||
node which is most packed. Note that a container occupies resource during its life
|
||||
cycle, including `exited` state. Users should be aware of this condition to schedule
|
||||
containers. For exmaple, `spread` strategy only checks number of containers
|
||||
containers. For example, `spread` strategy only checks number of containers
|
||||
disregarding their states. A node with no active containers but high number of
|
||||
stopped containers may not be selected, defeating the purpose of load sharing.
|
||||
User could either remove stopped containers, or start stopped containers to achieve
|
||||
|
|
Loading…
Reference in New Issue