From e9c655442a1147c7310b45b24d1509c4798f019d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 27 Sep 2016 16:33:53 +0200 Subject: [PATCH] 1.12 Revert "Merge pull request #26030 from yongtang/08252016-doc-docker-create-rm" This reverts commit 44180a48e9cdef0ced94ef1aceac3fbcfc6c830a, as `docker create --rm` is part of docker 1.13, so should not be in the 1.12 branch Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/create.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/commandline/create.md b/docs/reference/commandline/create.md index 276391f632..3b550c0464 100644 --- a/docs/reference/commandline/create.md +++ b/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.