From ae49463a8f8184f4593b77fb9cf5ba4c2ce22d39 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 12 Jun 2025 15:11:32 +0200 Subject: [PATCH] man pages: Add an example about --no-prune Signed-off-by: Till Maas --- docs/source/markdown/podman-rmi.1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/markdown/podman-rmi.1.md b/docs/source/markdown/podman-rmi.1.md index 4f07531c6f..d70f93a027 100644 --- a/docs/source/markdown/podman-rmi.1.md +++ b/docs/source/markdown/podman-rmi.1.md @@ -59,6 +59,11 @@ Error: nothing: image not known ``` +Remove an image but keep any parents of it. +``` +podman rmi --no-prune d29200bf974d +Deleted: d29200bf974dbc48dc66c23c4031548531b6b5943e5f25ee7bda232e3b6b27f4 +``` ## Exit Status **0** All specified images removed