Options: -f, --filter stringArray Provide filter values (e.g. 'name=podman') --format string Pretty-print networks to JSON or using a Go template --no-trunc Do not truncate the network ID -n, --noheading Do not print headers -q, --quiet display only names
# 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).