summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-08 23:03:55 +0200
committerGitHub <noreply@github.com>2019-05-08 23:03:55 +0200
commit627dbd49c5a80146e5806797243b63d0bd157760 (patch)
tree00d12b9fd9a0075aa4eb25a873310fb39026d7ff /docs
parent49e09ddbf5a17eab025f661d4f57e5868181d57a (diff)
parent5c6ff901ba54656b54a0cc40306d94c7c55b8454 (diff)
downloadpodman-627dbd49c5a80146e5806797243b63d0bd157760.tar.gz
podman-627dbd49c5a80146e5806797243b63d0bd157760.tar.bz2
podman-627dbd49c5a80146e5806797243b63d0bd157760.zip
Merge pull request #3072 from mheon/no_rm_volume
Do not remove volumes when --rm removes a container
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-create.1.md2
-rw-r--r--docs/podman-run.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index da5750209..cf36106e8 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -592,7 +592,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**
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 00b1a70c6..1840e0f0b 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -614,7 +614,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**