Merge pull request #370 from zhangbaitong/master

Docs:fix the problem of description in strategy section
This commit is contained in:
Victor Vieux 2015-02-05 17:45:43 -08:00
commit 36440405f4
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ The BinPacking strategy will rank the nodes using their CPU and RAM availalble a
node the most packed already. This avoid fragementation, it will leave room for bigger containers
on usunsed machines.
For instance, let's says that both `node-1` and `node-2` have 2Go de RAM:
For instance, let's says that both `node-1` and `node-2` have 2G of RAM:
```bash
$ docker run -d -P -m 1G --name db mysql
@ -53,4 +53,4 @@ already. This allows us to start a container requiring 2G of RAM on `node-2`.
## 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, chose a random node, it's used mainly for debug.