2025-03-14 21:59:59 -06:00
|
|
|
# podman image
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Manage OCI/Docker container images.
|
2025-09-14 18:48:49 -06:00
|
|
|
> See also: `podman build`, `podman import`, `podman pull`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- List local container images:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`podman image {{[ls|list]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Delete unused local container images:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`podman image prune`
|
|
|
|
|
|
|
|
|
|
- Delete all unused images (not just those without a tag):
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`podman image prune {{[-a|--all]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Show the history of a local container image:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`podman image history {{image}}`
|