From 5c6ff901ba54656b54a0cc40306d94c7c55b8454 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 6 May 2019 13:15:02 -0400 Subject: Do not remove volumes when --rm removes a container This duplicates Docker behavior for the `--rm` flag. Fixes #3071 Signed-off-by: Matthew Heon --- docs/podman-create.1.md | 2 +- docs/podman-run.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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** 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** -- cgit v1.2.3-54-g00ecf