System Grab Bag

View all TLDR pages from common (or from all pages)

podman rmi

Remove one or more Podman images. More information: https://docs.podman.io/en/latest/markdown/podman-rmi.1.html.
  • Remove one or more images given their names:
    podman rmi {{image:tag}} {{image2:tag}} {{...}}
  • Force remove an image:
    podman rmi --force {{image}}
  • Remove an image without deleting untagged parents:
    podman rmi --no-prune {{image}}
  • Display help:
    podman rmi

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.