correct typo

Signed-off-by: Derek Schultz <schultz.derek@gmail.com>
This commit is contained in:
Derek Schultz 2015-02-10 01:27:33 -07:00
parent 3de12b80c3
commit 7709691f0b
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ Finally, Docker Cluster will refuse to run another container that requires port
``` ```
$ docker run -d -p 80:80 nginx $ docker run -d -p 80:80 nginx
2014/10/29 00:33:20 Error response from daemon: no resources availalble to schedule container 2014/10/29 00:33:20 Error response from daemon: no resources available to schedule container
``` ```
## Health Filter ## Health Filter

View File

@ -18,7 +18,7 @@ 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 availalble 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 fragementation, it will leave room for bigger containers
on usunsed machines. on usunsed machines.