summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-prune.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-12-04 14:06:52 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2020-12-09 06:17:28 -0500
commita59e2a1a114c039e1780aa2b08b9452dc569cdf4 (patch)
tree1e40d530bd96ef9e4609383788175852465c49b8 /docs/source/markdown/podman-system-prune.1.md
parentdd295f297b6dd51d22c64c75f4ef4f80f953bbde (diff)
downloadpodman-a59e2a1a114c039e1780aa2b08b9452dc569cdf4.tar.gz
podman-a59e2a1a114c039e1780aa2b08b9452dc569cdf4.tar.bz2
podman-a59e2a1a114c039e1780aa2b08b9452dc569cdf4.zip
Repeat system pruning until there is nothing removed
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-system-prune.1.md')
-rw-r--r--docs/source/markdown/podman-system-prune.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-system-prune.1.md b/docs/source/markdown/podman-system-prune.1.md
index 9a078648b..431a11267 100644
--- a/docs/source/markdown/podman-system-prune.1.md
+++ b/docs/source/markdown/podman-system-prune.1.md
@@ -1,7 +1,7 @@
% podman-system-prune(1)
## NAME
-podman\-system\-prune - Remove all unused container, image and volume data
+podman\-system\-prune - Remove all unused pod, container, image and volume data
## SYNOPSIS
**podman system prune** [*options*]
@@ -16,7 +16,7 @@ By default, volumes are not removed to prevent important data from being deleted
## OPTIONS
#### **--all**, **-a**
-Remove all unused images not just dangling ones.
+Recursively remove all unused pod, container, image and volume data (Maximum 50 iterations.)
#### **--force**, **-f**