From 5efac03bad5b7b4d813ec27a4a793e71177c5d66 Mon Sep 17 00:00:00 2001 From: Emilien Kenler Date: Fri, 8 Jan 2016 11:28:51 +0900 Subject: [PATCH] docs: Typo in scheduler/filter.md Signed-off-by: Emilien Kenler --- docs/scheduler/filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scheduler/filter.md b/docs/scheduler/filter.md index c1889f3b27..15e80e8313 100644 --- a/docs/scheduler/filter.md +++ b/docs/scheduler/filter.md @@ -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