mirror of https://github.com/docker/docs.git
Merge pull request #434 from mattva01/patch-1
Corrected typos in swarm scheduler docs
This commit is contained in:
commit
f8db6a6e67
|
@ -19,8 +19,8 @@ You can choose the strategy you want to use with the `--strategy` flag of `swarm
|
||||||
## BinPacking strategy
|
## BinPacking strategy
|
||||||
|
|
||||||
The BinPacking strategy will rank the nodes using their CPU and RAM available and will return the
|
The BinPacking strategy will rank the nodes using their CPU and RAM available and will return the
|
||||||
node the most packed already. This avoid fragementation, it will leave room for bigger containers
|
node the most packed already. This avoid fragmentation, it will leave room for bigger containers
|
||||||
on usunsed machines.
|
on unused machines.
|
||||||
|
|
||||||
For instance, let's says that both `node-1` and `node-2` have 2G of RAM:
|
For instance, let's says that both `node-1` and `node-2` have 2G of RAM:
|
||||||
|
|
||||||
|
@ -53,12 +53,12 @@ already. This allows us to start a container requiring 2G of RAM on `node-2`.
|
||||||
|
|
||||||
## Random strategy
|
## Random strategy
|
||||||
|
|
||||||
The Random strategy, as it's name says, chose a random node, it's used mainly for debug.
|
The Random strategy, as it's name says, chooses a random node, it's used mainly for debug.
|
||||||
|
|
||||||
## Docker Swarm documentation index
|
## Docker Swarm documentation index
|
||||||
|
|
||||||
|
|
||||||
- [User guide](./../index.md)
|
- [User guide](./../index.md)
|
||||||
- [Discovery options](./../discovery.md)
|
- [Discovery options](./../discovery.md)
|
||||||
- [Sheduler filters](./filter.md)
|
- [Scheduler filters](./filter.md)
|
||||||
- [Swarm API](./../API.md)
|
- [Swarm API](./../API.md)
|
||||||
|
|
Loading…
Reference in New Issue