% podman-rmi(1)
podman-rmi - Removes one or more images
podman rmi image ...
Removes one or more locally stored images.
-all, -a
Remove all images in the local storage.
--force, -f
This option will cause podman to remove all containers that are using the image before removing the image from the system.
podman rmi imageID
podman rmi --force imageID
podman rmi imageID1 imageID2 imageID3
podman rmi -a -f
podman(1)
March 2017, Originally compiled by Dan Walsh dwalsh@redhat.com