summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-17 11:17:21 -0400
committerGitHub <noreply@github.com>2021-05-17 11:17:21 -0400
commit93c3e03227bee7b3b6f58e8fe038965505bbfa69 (patch)
treed050bdd818271343491de8ac35fadeab723b9385 /docs
parent62a7d4b61edb64ed92b63a4d65bde9f785fd1e19 (diff)
parent2a43fcf786a989862f732c829fa754b881cc8be7 (diff)
downloadpodman-93c3e03227bee7b3b6f58e8fe038965505bbfa69.tar.gz
podman-93c3e03227bee7b3b6f58e8fe038965505bbfa69.tar.bz2
podman-93c3e03227bee7b3b6f58e8fe038965505bbfa69.zip
Merge pull request #10363 from vrothberg/fix-10350
image prune: remove unused images only with `--all`
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-image-prune.1.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-image-prune.1.md b/docs/source/markdown/podman-image-prune.1.md
index 73024ffb8..bd08d18fc 100644
--- a/docs/source/markdown/podman-image-prune.1.md
+++ b/docs/source/markdown/podman-image-prune.1.md
@@ -8,8 +8,7 @@ podman-image-prune - Remove all unused images from the local store
## DESCRIPTION
**podman image prune** removes all dangling images from local storage. With the `all` option,
-you can delete all unused images. Unused images are dangling images as well as any image that
-does not have any containers based on it.
+you can delete all unused images (i.e., images not in use by any container).
The image prune command does not prune cache images that only use layers that are necessary for other images.