mirror of https://github.com/docker/docs.git
commit
f19c83e7e7
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue