Merge pull request #30663 from Mashimiao/reference-cmdline-service-tfix

reference/commandline: small tfix
Upstream-commit: 32697b57c88e0b1412976c46d570d8a6b3378315
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-02-01 22:23:08 -08:00
committed by GitHub
@@ -507,7 +507,7 @@ $ docker service create --name dns-cache -p 53:53/udp dns-cache
### Create services using templates
You can use templates for some flags of `service create`, using the syntax
provided by the Go's [text/template](http://golange.org/pkg/text/template/) package.
provided by the Go's [text/template](http://golang.org/pkg/text/template/) package.
The supported flags are the following :