Options (3)
-a, --allbooleanList all container images including intermediates
Example:
podman images {{[-a|--all]}}-q, --quietbooleanList the output in quiet mode (only numeric IDs)
Example:
podman images {{[-q|--quiet]}}-f, --filterbooleanList all images not used by any container
Example:
podman images {{[-f|--filter]}} dangling=trueExamples (5)
List all container images
List all container images including intermediates
podman images [-a|--all]List the output in quiet mode (only numeric IDs)
podman images [-q|--quiet]List all images not used by any container
podman images [-f|--filter] dangling=trueList images that contain a substring in their name
podman images "*image|image*"made by @shridhargupta | data from tldr-pages