aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-08-05 14:48:18 +0000
committerGitHub <noreply@github.com>2022-08-05 14:48:18 +0000
commit66c246d2c13edb893368fef4ba3a9770c00f8f3b (patch)
treef879331b8c4e8312e9a422b9a111aaa240b5db9a /docs/source
parentff144e085e0e0b90b9bed4ce78cce014bcc672c2 (diff)
parentcc8e4d5fec571d6bd69d3d2f8189e945b621ba7b (diff)
downloadpodman-66c246d2c13edb893368fef4ba3a9770c00f8f3b.tar.gz
podman-66c246d2c13edb893368fef4ba3a9770c00f8f3b.tar.bz2
podman-66c246d2c13edb893368fef4ba3a9770c00f8f3b.zip
Merge pull request #15093 from karthikelango137/rmiNoPrune1
remove image podman no prune
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-rmi.1.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-rmi.1.md b/docs/source/markdown/podman-rmi.1.md
index 8d0e5e500..93658daaf 100644
--- a/docs/source/markdown/podman-rmi.1.md
+++ b/docs/source/markdown/podman-rmi.1.md
@@ -28,6 +28,9 @@ This option will cause podman to remove all containers that are using the image
If a specified image does not exist in the local storage, ignore it and do not throw an error.
+#### **--no-prune**
+
+This options will not remove dangling parents of specified image
Remove an image by its short ID
```