diff options
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) |