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>2021-03-29 14:40:44 +0000
committerGitHub <noreply@github.com>2021-03-29 14:40:44 +0000
commit00792f8c95f804c446f8ae8e0e105a240074198e (patch)
tree2bd47c4838d06d03a4e531bc514adca65eca27b8 /docs/source/markdown/podman-system-prune.1.md
parent5e156c892c248b38005709e1e20838aeceface19 (diff)
parentbc48211924bd8f88263149f8b5d047a52f8d1733 (diff)
downloadpodman-00792f8c95f804c446f8ae8e0e105a240074198e.tar.gz
podman-00792f8c95f804c446f8ae8e0e105a240074198e.tar.bz2
podman-00792f8c95f804c446f8ae8e0e105a240074198e.zip
Merge pull request #9856 from Luap99/fix-longflag
[CI:DOCS] Fix long option format on docs.podman.io
Diffstat (limited to 'docs/source/markdown/podman-system-prune.1.md')
-rw-r--r--docs/source/markdown/podman-system-prune.1.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/markdown/podman-system-prune.1.md b/docs/source/markdown/podman-system-prune.1.md
index 791503a2c..50a25bf6d 100644
--- a/docs/source/markdown/podman-system-prune.1.md
+++ b/docs/source/markdown/podman-system-prune.1.md
@@ -9,16 +9,16 @@ podman\-system\-prune - Remove all unused pod, container, image and volume data
## DESCRIPTION
**podman system prune** removes all unused containers (both dangling and unreferenced), pods and optionally, volumes 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.
+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.
-By default, volumes are not removed to prevent important data from being deleted if there is currently no container using the volume. Use the **--volumes** flag when running the command to prune volumes as well.
+By default, volumes are not removed to prevent important data from being deleted if there is currently no container using the volume. Use the **\-\-volumes** flag when running the command to prune volumes as well.
## OPTIONS
-#### **--all**, **-a**
+#### **\-\-all**, **-a**
Recursively remove all unused pod, container, image and volume data (Maximum 50 iterations.)
-#### **--filter**=*filters*
+#### **\-\-filter**=*filters*
Provide filter values.
@@ -33,15 +33,15 @@ The until filter can be Unix timestamps, date formatted timestamps, or Go durati
The label filter accepts two formats. One is the label=... (label=_key_ or label=_key=value_), which removes containers and images with the specified labels. The other format is the label!=... (label!=_key_ or label!=_key=value_), which removes containers and images without the specified labels.
-#### **--force**, **-f**
+#### **\-\-force**, **-f**
Do not prompt for confirmation
-#### **--help**, **-h**
+#### **\-\-help**, **-h**
Print usage statement
-#### **--volumes**
+#### **\-\-volumes**
Prune volumes currently unused by any container