Merge pull request #26030 from yongtang/08252016-doc-docker-create-rm
Update docs for `docker create` to include `--rm` flag
(cherry picked from commit 91ec7fa811
)
Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
8f0254da41
commit
44180a48e9
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ Options:
|
|||
--read-only Mount the container's root filesystem as read only
|
||||
--restart string Restart policy to apply when a container exits (default "no")
|
||||
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
|
||||
--security-opt value Security Options (default [])
|
||||
--shm-size string Size of /dev/shm, default value is 64MB.
|
||||
|
|
Loading…
Add table
Reference in a new issue