From ea2a0767ace4fe35e15eca9db774765255409438 Mon Sep 17 00:00:00 2001 From: Marek Czernek Date: Wed, 15 Mar 2023 10:35:21 +0100 Subject: [PATCH] fix: Document removing anonymous volumes Signed-off-by: Marek Czernek --- docs/source/markdown/podman-run.1.md.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-run.1.md.in b/docs/source/markdown/podman-run.1.md.in index d539a71c63..f45e0bd4ed 100644 --- a/docs/source/markdown/podman-run.1.md.in +++ b/docs/source/markdown/podman-run.1.md.in @@ -341,7 +341,8 @@ Suppress output information when pulling images #### **--rm** -Automatically remove the container when it exits. The default is **false**. +Automatically remove the container and any anonymous unnamed volume associated with +the container when it exits. The default is **false**. #### **--rmi**