1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:42:09 +02:00
tldr/pages/common/podman-rmi.md
Vitor Henrique 55a49c4ba1
pages*: remove "one or more" from description when superfluous (#12121)
* pages*: remove "one or more" from description when superfluous

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-25 10:58:11 +05:30

20 lines
398 B
Markdown

# 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`