Skip to content

Commit

Permalink
Merge pull request docker-archive#2413 from avsm/typo-in-label-docs
Browse files Browse the repository at this point in the history
docs: fix extra newline in swarm label addition
(cherry picked from commit 384d95a)
Signed-off-by: Sven Dowideit <[email protected]>
  • Loading branch information
thaJeztah authored and SvenDowideit committed Jul 22, 2016
1 parent 6ee03ec commit c6564be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/scheduler/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6564be

Please sign in to comment.