Silverblue Podman does not list containers unless they are running

I don’t know if this is a bug, an intended behavior that I don’t understand, or if I’m just doing something wrong.

On Fedora Silverblue 37 “podman container list” will not show any containers that are not running. While running, they show normally on the list, but once stopped, they vanish. I can’t get a list of any previously created containers.

To see all deployed containers including the ones not running use:

podman container ls -a
4 Likes

Ah, thank you so much. That gives me what I need. I don’t know how I didn’t find that in the man pages.