Skip to content

Commit

Permalink
Merge pull request #26320 from yongtang/09052016-man-docker-create
Browse files Browse the repository at this point in the history
Update man page for `docker create` to add `--rm` flag
(cherry picked from commit d7594d2)

Signed-off-by: Misty Stanley-Jones <[email protected]>
  • Loading branch information
vdemeester authored and Misty Stanley-Jones committed Sep 8, 2016
1 parent a8c297c commit f1d590c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/docker-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ docker-create - Create a new container
[**--privileged**]
[**--read-only**]
[**--restart**[=*RESTART*]]
[**--rm**]
[**--security-opt**[=*[]*]]
[**--storage-opt**[=*[]*]]
[**--stop-signal**[=*SIGNAL*]]
Expand Down Expand Up @@ -317,6 +318,9 @@ unit, `b` is used. Set LIMIT to `-1` to enable unlimited swap.
**--restart**="*no*"
Restart policy to apply when a container exits (no, on-failure[:max-retry], always, unless-stopped).

**--rm**=*true*|*false*
Automatically remove the container when it exits. The default is *false*.

**--shm-size**=""
Size of `/dev/shm`. The format is `<number><unit>`. `number` must be greater than `0`.
Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes), or `g` (gigabytes). If you omit the unit, the system uses bytes.
Expand Down

0 comments on commit f1d590c

Please sign in to comment.