diff options
author | baude <bbaude@redhat.com> | 2017-11-13 16:16:47 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-14 16:46:26 +0000 |
commit | 7df322123290ee600812312421b98cfb97031e9f (patch) | |
tree | 2aa3651fb88c62185706f221c385a98fd749f25b /docs/kpod-rmi.1.md | |
parent | 55c9cfb80e066713f009547f7df7dddd2da35eb8 (diff) | |
download | podman-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/kpod-rmi.1.md')
-rw-r--r-- | docs/kpod-rmi.1.md | 5 |
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) |