commands.sh

podman image

all

Manage OCI/Docker container images. See also: `podman build`, `podman import`, `podman pull`.

More info →

Options (2)

boolean

List local container images

Example: podman image {{[ls|list]}}
-a, --allboolean

Delete all unused images (not just those without a tag)

Example: podman image prune {{[-a|--all]}}

Examples (4)

List local container images

podman image [ls|list]

Delete unused local container images

Delete all unused images (not just those without a tag)

podman image prune [-a|--all]

Show the history of a local container image

made by @shridhargupta | data from tldr-pages