Replies: 1 comment
-
anybody , we have multiple NICs and want to control which host NIC is attached to which container . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
using podman in rootless mode and using netavark driver , how can we specify while creating a network using podman create network as to which host interface to use . It creates a bridge but with eth0 only . If I want to use eth1 , then how can that be done ?
Tried podman network create witt --interface-name option as well ..but I don't see option to pass which physical NIC to use for podman network.
Beta Was this translation helpful? Give feedback.
All reactions