Merge pull request #11235 from coolljt0725/fix_default_restart_name

Set default restart policy name to `no` Closes #10874
Upstream-commit: 7e47bb6effd1f076a78827543c4b4ce399c0ad1b
Component: engine
This commit is contained in:
Jessie Frazelle
2015-03-10 12:12:40 -07:00
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
@@ -294,7 +294,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*