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
  • Loading branch information
thaJeztah committed Jul 14, 2016
2 parents 6aa4e3c + 9b80918 commit 384d95a
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 384d95a

Please sign in to comment.