mirror of https://github.com/docker/docs.git
Merge pull request #2413 from avsm/typo-in-label-docs
docs: fix extra newline in swarm label addition
This commit is contained in:
commit
384d95a1d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue