podman doesn't respect default_network
setting on rootless mode
#25377
Labels
documentation
Issue or fix is in project documentation
Issue Description
I want that all my new created containers belong to a specific bridge network, so I set the following on my
$HOME/.config/containers/containers.conf
And then restarted the user's
podman.{service,socket}
butpodman run ...
still doesn't use my default network. Explicitly setting--network=podman
onpodman run
, works.Steps to reproduce the issue
Steps to reproduce the issue
[network]\ndefault_network = "podman"
to$HOME/.config/containers/containers.conf
podman run
again.Describe the results you received
Containers are still not using the bridged network
podman
.Describe the results you expected
Containers used the
podman
network by default.podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: