From 8397f0209d918f5384ef3684d0a83c6876f761f7 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Tue, 10 Mar 2015 10:09:12 +0800 Subject: [PATCH] Set default restart policy name to 'no' Closes #10874 Signed-off-by: Lei Jitang Upstream-commit: 688dc5977b16b28b9dda62f245ea6f4a4dd34558 Component: cli --- components/cli/docs/sources/reference/commandline/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/sources/reference/commandline/cli.md b/components/cli/docs/sources/reference/commandline/cli.md index f8073d8505..efcf5bff81 100644 --- a/components/cli/docs/sources/reference/commandline/cli.md +++ b/components/cli/docs/sources/reference/commandline/cli.md @@ -802,7 +802,7 @@ Creates a new container. -p, --publish=[] Publish a container's port(s) to the host --privileged=false Give extended privileges to this container --read-only=false Mount the container's root filesystem as read only - --restart="" Restart policy to apply when a container exits + --restart="no" Restart policy to apply when a container exits --security-opt=[] Security Options -t, --tty=false Allocate a pseudo-TTY -u, --user="" Username or UID