# podman network list
Error: unrecognized command `podman network list`
Try 'podman network --help' for more information
# podman network --help |grep -i list
ls List networks
Ah, yes of course!
But `podman volume list` works, and `podman image list`… (so does ls for both, as they are aliases).