mirror of https://github.com/docker/docs.git
correct typo
Signed-off-by: Derek Schultz <schultz.derek@gmail.com>
This commit is contained in:
parent
3de12b80c3
commit
7709691f0b
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue