From 7df322123290ee600812312421b98cfb97031e9f Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 13 Nov 2017 16:16:47 -0600 Subject: Remove all images Add -a/--all to rmi so a user can remove all images quickly. Signed-off-by: baude Closes: #41 Approved by: mheon --- docs/kpod-rmi.1.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/kpod-rmi.1.md') 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) -- cgit v1.2.3-54-g00ecf