mirror of
https://github.com/containers/podman.git
synced 2026-03-21 08:03:50 -04:00
A compatibility option of --net should alias the --network option. The --net option will only override --network if --network is not explicitly set and --net is. Both default to 'bridge'. Signed-off-by: baude <bbaude@redhat.com> Closes: #228 Approved by: mheon