podman rmi nginx

Category: Kubernetes & Containers

podman rmi nginx

Remove an image

Deletes the nginx image from local storage, freeing disk space, but fails if a container still references it. There is no undo, and the image must be pulled again to recreate it. List images with podman images and remove unused ones in bulk with podman image prune -a.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.