summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-system-prune.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-09 08:46:44 -0500
committerGitHub <noreply@github.com>2020-12-09 08:46:44 -0500
commitb875c5c27c503108f1984256833a9a2da4d0c5d1 (patch)
tree9c663f0c33849394373810b12f3db2974c3efaae /docs/source/markdown/podman-system-prune.1.md
parentae7f601649fd9d5e57ee0f6b0d35283bc4485259 (diff)
parenta59e2a1a114c039e1780aa2b08b9452dc569cdf4 (diff)
downloadpodman-b875c5c27c503108f1984256833a9a2da4d0c5d1.tar.gz
podman-b875c5c27c503108f1984256833a9a2da4d0c5d1.tar.bz2
podman-b875c5c27c503108f1984256833a9a2da4d0c5d1.zip
Merge pull request #8599 from rhatdan/prune
Repeat system pruning until there is nothing removed
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**