LinuxCommandLibrary

podman-rmi

Remove one or more Podman images.

TLDR

Remove one or more images given their names

$ podman rmi [image:tag] [image2:tag] [...]
copy


Force remove an image
$ podman rmi --force [image]
copy


Remove an image without deleting untagged parents
$ podman rmi --no-prune [image]
copy


Display help
$ podman rmi
copy

Copied to clipboard