commands.sh

podman rmi

all

Remove OCI/Docker images.

More info →

Options (2)

-f, --forceboolean

Force remove an image

Example: podman rmi {{[-f|--force]}} {{image}}
-h, --helpboolean

Display help

Example: podman rmi {{[-h|--help]}}

Examples (4)

Remove one or more images given their names

podman rmi image:tag image2:tag ...

Force remove an image

podman rmi [-f|--force] image

Remove an image without deleting untagged parents

podman rmi --no-prune image

Display help

podman rmi [-h|--help]
made by @shridhargupta | data from tldr-pages