mirror of https://github.com/docker/docs.git
1.12 Revert "Merge pull request #26030 from yongtang/08252016-doc-docker-create-rm"
This reverts commit 44180a48e9
,
as `docker create --rm` is part of docker 1.13, so should
not be in the 1.12 branch
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
667c02ce8c
commit
e9c655442a
|
@ -90,7 +90,6 @@ Options:
|
||||||
--read-only Mount the container's root filesystem as read only
|
--read-only Mount the container's root filesystem as read only
|
||||||
--restart string Restart policy to apply when a container exits (default "no")
|
--restart string Restart policy to apply when a container exits (default "no")
|
||||||
Possible values are: no, on-failure[:max-retry], always, unless-stopped
|
Possible values are: no, on-failure[:max-retry], always, unless-stopped
|
||||||
--rm Automatically remove the container when it exits
|
|
||||||
--runtime string Runtime to use for this container
|
--runtime string Runtime to use for this container
|
||||||
--security-opt value Security Options (default [])
|
--security-opt value Security Options (default [])
|
||||||
--shm-size string Size of /dev/shm, default value is 64MB.
|
--shm-size string Size of /dev/shm, default value is 64MB.
|
||||||
|
|
Loading…
Reference in New Issue