1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 19:35:23 +02:00
tldr/pages/common/podman-rmi.md
Managor 36735f324a
common*: refresh old pages part 8 (#16293)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2025-05-03 05:57:20 +03:00

390 B

podman rmi

Remove 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