Merge pull request #385 from derekschultz/fix_typos

correct typo
This commit is contained in:
Victor Vieux 2015-02-10 11:56:16 -08:00
commit f19c83e7e7
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
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

View File

@ -18,7 +18,7 @@ You can choose the strategy you want to use with the `--strategy` flag of `swarm
## 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
on usunsed machines.