diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-05-06 13:15:02 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-05-06 13:17:34 -0400 |
commit | 5c6ff901ba54656b54a0cc40306d94c7c55b8454 (patch) | |
tree | f1bcf616cbb44a99b9ed45f99ed1a3f89c591d7a /docs/podman-create.1.md | |
parent | a9fc570dd844bf1ebd1f106f1b8091882b4a2b29 (diff) | |
download | podman-5c6ff901ba54656b54a0cc40306d94c7c55b8454.tar.gz podman-5c6ff901ba54656b54a0cc40306d94c7c55b8454.tar.bz2 podman-5c6ff901ba54656b54a0cc40306d94c7c55b8454.zip |
Do not remove volumes when --rm removes a container
This duplicates Docker behavior for the `--rm` flag.
Fixes #3071
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r-- | docs/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 851f5cf3d..3a44c70af 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -585,7 +585,7 @@ Automatically remove the container when it exits. The default is *false*. Note that the container will not be removed when it could not be created or started successfully. This allows the user to inspect the container after -failure. The `--rm` flag is incompatible with the `-d` flag. +failure. **--rootfs** |