mirror of
https://github.com/containers/podman.git
synced 2025-08-01 16:24:58 +08:00

Docker uses "bridge" as default network name so some tools expect this to work with network list or inspect. To fix this we change "bridge" to the podman default ("podman") name. Fixes #14983 Signed-off-by: Paul Holzinger <pholzing@redhat.com>