1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

reference/commandline: small tfix
(cherry picked from commit 32697b57c8)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-02-01 22:23:08 -08:00 committed by Sebastiaan van Stijn
parent e795408586
commit f28a1d3c23
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -506,7 +506,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 :