From 49dc0429eb8065d9264e7d0cd09c2bfeb36dc72c Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Thu, 2 Feb 2017 13:53:37 +0800 Subject: [PATCH] reference/commandline: small tfix Signed-off-by: Ma Shimiao Upstream-commit: 31f63d64e3b9d2731a31ed429fc42e0c420cdf88 Component: engine --- components/engine/docs/reference/commandline/service_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/reference/commandline/service_create.md b/components/engine/docs/reference/commandline/service_create.md index 9992996597..3fb40c1793 100644 --- a/components/engine/docs/reference/commandline/service_create.md +++ b/components/engine/docs/reference/commandline/service_create.md @@ -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 :