summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2017-11-13 16:16:47 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-14 16:46:26 +0000
commit7df322123290ee600812312421b98cfb97031e9f (patch)
tree2aa3651fb88c62185706f221c385a98fd749f25b /docs
parent55c9cfb80e066713f009547f7df7dddd2da35eb8 (diff)
downloadpodman-7df322123290ee600812312421b98cfb97031e9f.tar.gz
podman-7df322123290ee600812312421b98cfb97031e9f.tar.bz2
podman-7df322123290ee600812312421b98cfb97031e9f.zip
Remove all images
Add -a/--all to rmi so a user can remove all images quickly. Signed-off-by: baude <bbaude@redhat.com> Closes: #41 Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r--docs/kpod-rmi.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/kpod-rmi.1.md b/docs/kpod-rmi.1.md
index 1566f9612..2674c7ac2 100644
--- a/docs/kpod-rmi.1.md
+++ b/docs/kpod-rmi.1.md
@@ -13,6 +13,9 @@ Removes one or more locally stored images.
## OPTIONS
+**-all**, **-a**
+
+Remove all of the locally storage images
**--force, -f**
Executing this command will stop all containers that are using the image and remove them from the system
@@ -25,6 +28,8 @@ kpod rmi --force imageID
kpod rmi imageID1 imageID2 imageID3
+kpod rmi -a -f
+
## SEE ALSO
kpod(1)