diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-10 19:45:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 19:45:31 +0200 |
commit | 013b897acee89018265fb563a1f52f899e8ec80c (patch) | |
tree | d922011f842c59ce5d33090a1aa5fedb6372ee21 /docs/podman-image-prune.1.md | |
parent | 75a3c22486a35990ab37693645c434dd09679420 (diff) | |
parent | 19e0928037e2d9c6fb0941e2ac40b8cea731e22d (diff) | |
download | podman-013b897acee89018265fb563a1f52f899e8ec80c.tar.gz podman-013b897acee89018265fb563a1f52f899e8ec80c.tar.bz2 podman-013b897acee89018265fb563a1f52f899e8ec80c.zip |
Merge pull request #3254 from ashley-cui/standarddoc
Standardize Documentation
Diffstat (limited to 'docs/podman-image-prune.1.md')
-rw-r--r-- | docs/podman-image-prune.1.md | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/docs/podman-image-prune.1.md b/docs/podman-image-prune.1.md index 7d5fd2fc8..52278746d 100644 --- a/docs/podman-image-prune.1.md +++ b/docs/podman-image-prune.1.md @@ -1,22 +1,25 @@ -% PODMAN(1) Podman Man Pages -% Brent Baude -% December 2018 -# NAME +% podman-image-prune(1) + +## NAME podman-image-prune - Remove all unused images -# SYNOPSIS -**podman image prune** [*-a*|*--all*] [*-h*|*--help*] +## SYNOPSIS +**podman image prune** [*options*] -# DESCRIPTION +## 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. ## OPTIONS -**--all, -a** +**--all**, **-a** Remove dangling images and images that have no associated containers. +**--help**, **-h** + +Print usage statement + ## Examples ## Remove all dangling images from local storage @@ -41,5 +44,5 @@ e4e5109420323221f170627c138817770fb64832da7d8fe2babd863148287fca ## SEE ALSO podman(1), podman-images -# HISTORY +## HISTORY December 2018, Originally compiled by Brent Baude (bbaude at redhat dot com) |