podman image
all
Manage OCI/Docker container images. See also: `podman build`, `podman import`, `podman pull`.
More info →Subcommands (2)
Options (2)
booleanList local container images
Example:
podman image {{[ls|list]}}-a, --allbooleanDelete 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
podman image pruneDelete all unused images (not just those without a tag)
podman image prune [-a|--all]Show the history of a local container image
podman image history imagemade by @shridhargupta | data from tldr-pages