docs:fix the problem of description

Signed-off-by: zhangbaitong <zhangbaitong@163.com>
This commit is contained in:
zhangbaitong 2015-02-05 22:54:24 +08:00
parent 4ea8159735
commit 67f4fbb42a
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 node the most packed already. This avoid fragementation, it will leave room for bigger containers
on usunsed machines. 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 ```bash
$ docker run -d -P -m 1G --name db mysql $ 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 ## 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.