aboutsummaryrefslogtreecommitdiff
path: root/docs/podman-run.1.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-05-06 13:15:02 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-05-06 13:17:34 -0400
commit5c6ff901ba54656b54a0cc40306d94c7c55b8454 (patch)
treef1bcf616cbb44a99b9ed45f99ed1a3f89c591d7a /docs/podman-run.1.md
parenta9fc570dd844bf1ebd1f106f1b8091882b4a2b29 (diff)
downloadpodman-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-run.1.md')
-rw-r--r--docs/podman-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index db90ce50e..a200b12fb 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -607,7 +607,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**