Browse Source

Merge pull request #26949 from thaJeztah/revert-docker-create-rm

1.12 Revert "Merge pull request #26030 from yongtang/08252016-doc-doc…
Brian Goff 8 years ago
parent
commit
707163c38c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/reference/commandline/create.md

+ 0 - 1
docs/reference/commandline/create.md

@@ -90,7 +90,6 @@ 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.