Set default restart policy name to 'no' Closes #10874

Signed-off-by: Lei Jitang <leijitang@huawei.com>
Upstream-commit: 311a600f1912c0d2a30becffdecde6026ada2624
Component: engine
This commit is contained in:
Lei Jitang
2015-03-10 10:09:12 +08:00
parent f84b953b72
commit 0199092cfa
5 changed files with 23 additions and 4 deletions
@@ -157,7 +157,7 @@ This value should always larger than **-m**, so you should alway use this with *
**--read-only**=*true*|*false*
Mount the container's root filesystem as read only.
**--restart**=""
**--restart**="no"
Restart policy to apply when a container exits (no, on-failure[:max-retry], always)
**--security-opt**=[]
+1 -1
View File
@@ -280,7 +280,7 @@ outside of a container on the host.
to write files anywhere. By specifying the `--read-only` flag the container will have
its root filesystem mounted as read only prohibiting any writes.
**--restart**=""
**--restart**="no"
Restart policy to apply when a container exits (no, on-failure[:max-retry], always)
**--rm**=*true*|*false*