Fixed image affinity examples in docs

Signed-off-by: Matt Bentley <mbentley@mbentley.net>
This commit is contained in:
Matt Bentley 2015-06-08 13:11:46 -04:00
parent 69b5e0f4e3
commit 7fc0f9f2a6
No known key found for this signature in database
GPG Key ID: F38E24466CFFC4FB
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ You can schedule a container to run only on nodes where a specific image is alre
Only `node-1` and `node-3` have the `redis` image. Specify a `-e
affinity:image=redis` filter to schedule several additional containers to run on
affinity:image==redis` filter to schedule several additional containers to run on
these nodes.

View File

@ -154,7 +154,7 @@ $ docker -H node-3:2375 pull redis
```
Only `node-1` and `node-3` have the `redis` image. Specify a `-e
affinity:image=redis` filter to schedule several additional containers to run on
affinity:image==redis` filter to schedule several additional containers to run on
these nodes.
```bash