summaryrefslogtreecommitdiff
path: root/docs/podman-run.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r--docs/podman-run.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 482ca1b32..8df8b08fe 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -498,6 +498,10 @@ its root filesystem mounted as read only prohibiting any writes.
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.
+
**--rootfs**
If specified, the first argument refers to an exploded container on the file system.