Revert "Merge pull request #26320 from yongtang/09052016-man-docker-create"

This reverts commit f1d590c45b, which does
not apply to 1.12.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2016-09-19 16:54:37 +02:00
parent bb45417c91
commit f885d8ed5c
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -64,7 +64,6 @@ docker-create - Create a new container
[**--privileged**]
[**--read-only**]
[**--restart**[=*RESTART*]]
[**--rm**]
[**--security-opt**[=*[]*]]
[**--storage-opt**[=*[]*]]
[**--stop-signal**[=*SIGNAL*]]
@ -318,9 +317,6 @@ 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.