From c6564be0df69d9b6a533b03215a6ce5461fa1f1a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 14 Jul 2016 16:03:56 +0200 Subject: [PATCH] Merge pull request #2413 from avsm/typo-in-label-docs docs: fix extra newline in swarm label addition (cherry picked from commit 384d95a1d025793ee87d63ef13c6a7b3b5efda25) Signed-off-by: Sven Dowideit --- docs/scheduler/filter.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/scheduler/filter.md b/docs/scheduler/filter.md index e39bfc3d8b..7c570810ae 100644 --- a/docs/scheduler/filter.md +++ b/docs/scheduler/filter.md @@ -67,8 +67,7 @@ host. Currently, the default tags include: Custom node labels you apply when you start the `docker daemon`, for example: ```bash -$ docker daemon --label com.example.environment="production" --label -com.example.storage="ssd" +$ docker daemon --label com.example.environment="production" --label com.example.storage="ssd" ``` Then, when you start a container on the cluster, you can set constraints using