Skip to content

Commit

Permalink
Merge pull request moby#26030 from yongtang/08252016-doc-docker-creat…
Browse files Browse the repository at this point in the history
…e-rm

Update docs for `docker create` to include `--rm` flag
  • Loading branch information
duglin authored Aug 26, 2016
2 parents 06829ce + d7468cf commit 91ec7fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/commandline/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 91ec7fa

Please sign in to comment.