Containers

How to list the container images on certain host?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

CONTAINER_BINARY=podman
$CONTAINER_BINARY images

Note: you can also use $CONTAINER_RUNTIME image ls