diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-20 13:57:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 13:57:42 +0000 |
commit | fe8e536328eef61f0cf7ffd42b74d4e5be4654ee (patch) | |
tree | 52f56b0a427d04313a363ab71f883a85b7b83faf /docs/source/markdown/podman-system-prune.1.md | |
parent | 55052c6b9807b5a51b50abc90e391e872be450c2 (diff) | |
parent | 4811cb110accec51df168742df6a319f48ed37b6 (diff) | |
download | podman-fe8e536328eef61f0cf7ffd42b74d4e5be4654ee.tar.gz podman-fe8e536328eef61f0cf7ffd42b74d4e5be4654ee.tar.bz2 podman-fe8e536328eef61f0cf7ffd42b74d4e5be4654ee.zip |
Merge pull request #14556 from sstosh/system-prune-network
podman system prune support prune unused networks
Diffstat (limited to 'docs/source/markdown/podman-system-prune.1.md')
-rw-r--r-- | docs/source/markdown/podman-system-prune.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-system-prune.1.md b/docs/source/markdown/podman-system-prune.1.md index fb9ed44d6..c4c17fbe5 100644 --- a/docs/source/markdown/podman-system-prune.1.md +++ b/docs/source/markdown/podman-system-prune.1.md @@ -1,13 +1,13 @@ % podman-system-prune(1) ## NAME -podman\-system\-prune - Remove all unused pod, container, image and volume data +podman\-system\-prune - Remove all unused pods, containers, images, networks, and volume data ## SYNOPSIS **podman system prune** [*options*] ## DESCRIPTION -**podman system prune** removes all unused containers (both dangling and unreferenced), pods and optionally, volumes from local storage. +**podman system prune** removes all unused containers (both dangling and unreferenced), pods, networks, 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. @@ -16,7 +16,7 @@ By default, volumes are not removed to prevent important data from being deleted ## OPTIONS #### **--all**, **-a** -Recursively remove all unused pod, container, image and volume data (Maximum 50 iterations.) +Recursively remove all unused pods, containers, images, networks, and volume data. (Maximum 50 iterations.) #### **--filter**=*filters* |