Merge pull request #24640 from avsm/service-create-docs-quoting

docs: correct the placement constraints `docker service` example
Upstream-commit: ed94129c9e48ccdbefc3578401d045139385f5c6
Component: engine
This commit is contained in:
Charles Smith
2016-07-14 13:18:45 -07:00
committed by GitHub

View File

@ -170,7 +170,8 @@ node type label equals queue:
```bash
$ docker service create \
--name redis_2 \
--constraint node.labels.type == queue
--constraint 'node.labels.type == queue' \
redis:3.0.6
```
## Related information