mirror of
https://github.com/containers/podman.git
synced 2025-06-17 15:08:08 +08:00

We need to use the config network mode when no network mode was set. To do so we have to keep the nsmode empty, MakeContainer() will use the correct network mode from the config when needed. Fixes #12248 Signed-off-by: Paul Holzinger <pholzing@redhat.com>