summaryrefslogtreecommitdiff
path: root/docs/source/man/podman-container-prune.1.md
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-10-24 14:54:57 -0500
committerbaude <bbaude@redhat.com>2019-10-31 12:31:39 -0500
commit52b92023edeba3a5e2c466d92d742e54b14a85cb (patch)
tree44e6193d49afd1277b7d07b0df41fc80d31b3adb /docs/source/man/podman-container-prune.1.md
parent5af166ff513265b17aee92a9ce3a1522090d7dec (diff)
downloadpodman-52b92023edeba3a5e2c466d92d742e54b14a85cb.tar.gz
podman-52b92023edeba3a5e2c466d92d742e54b14a85cb.tar.bz2
podman-52b92023edeba3a5e2c466d92d742e54b14a85cb.zip
Restructure documentation dir
Restructuring the docs dir to make integration with sphinx easier. man pages now exist in docs/source/man and the sphinx make files exists in docs. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source/man/podman-container-prune.1.md')
-rw-r--r--docs/source/man/podman-container-prune.1.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/source/man/podman-container-prune.1.md b/docs/source/man/podman-container-prune.1.md
new file mode 100644
index 000000000..d8a4b7f4e
--- /dev/null
+++ b/docs/source/man/podman-container-prune.1.md
@@ -0,0 +1,35 @@
+% podman-container-prune(1)
+
+## NAME
+podman-container-prune - Remove all stopped containers from local storage
+
+## SYNOPSIS
+**podman container prune** [*options*]
+
+## DESCRIPTION
+**podman container prune** removes all stopped containers from local storage.
+
+## OPTIONS
+
+**-h**, **--help**
+
+Print usage statement
+
+## Examples
+
+Remove all stopped containers from local storage
+```
+$ sudo podman container prune
+878392adf2e6c5c9bb1fc19b69d37d2e98c8abf9d539c0bce4b15b46bbcce471
+37664467fbe3618bf9479c34393ac29c02696675addf1750f9e346581636cde7
+ed0c6468b8e1cb641b4621d1fe30cb477e1fefc5c0bceb66feaf2f7cb50e5962
+6ac6c8f0067b7a4682e6b8e18902665b57d1a0e07e885d9abcd382232a543ccd
+fff1c5b6c3631746055ec40598ce8ecaa4b82aef122f9e3a85b03b55c0d06c23
+602d343cd47e7cb3dfc808282a9900a3e4555747787ec6723bb68cedab8384d5
+```
+
+## SEE ALSO
+podman(1), podman-ps
+
+## HISTORY
+December 2018, Originally compiled by Brent Baude (bbaude at redhat dot com)