mirror of https://github.com/docker/docs.git
Merge pull request #1595 from MiLk/docs_typo-scheduler-filter
docs: Typo in scheduler/filter.md
This commit is contained in:
commit
8cc26f56f2
|
@ -291,7 +291,7 @@ CONTAINER ID IMAGE COMMAND CREATED
|
|||
87c4376856a8 nginx:latest "nginx" Less than a second ago running 192.168.0.42:80->80/tcp node-1 trusting_yonath
|
||||
```
|
||||
|
||||
Then, use `-e affnity:com.example.type==frontend` to schedule a container next
|
||||
Then, use `-e affinity:com.example.type==frontend` to schedule a container next
|
||||
to the container with the `com.example.type==frontend` label.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue