From 7709691f0b0bd7f3cd3c1e744ae4c29e5c40056b Mon Sep 17 00:00:00 2001 From: Derek Schultz Date: Tue, 10 Feb 2015 01:27:33 -0700 Subject: [PATCH] correct typo Signed-off-by: Derek Schultz --- scheduler/filter/README.md | 2 +- scheduler/strategy/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scheduler/filter/README.md b/scheduler/filter/README.md index cf040b0a44..6a51cfda69 100644 --- a/scheduler/filter/README.md +++ b/scheduler/filter/README.md @@ -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 diff --git a/scheduler/strategy/README.md b/scheduler/strategy/README.md index b4bf654322..fa3e27b1bd 100644 --- a/scheduler/strategy/README.md +++ b/scheduler/strategy/README.md @@ -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.