List all containers including stopped podman

Show all containers with name, status and image

podman ps -a --format '{{.Names}}\t{{.Status}}\t{{.Image}}'
more podman all 16 commands →