Replies: 1 comment
-
|
Looking at the documentation what I have found so far is that the bridge network driver accepts a What I found strange is that here its handled by not the macvlan driver, but by the bridge driver. What is the difference between Docker's and Podman's way of handling this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I wanted to create a network device through which the container only has access to a specific VLAN, I could use this with Docker:
But if similarly I do this with rootful Podman, I get an error that the subinterface does not exist:
The difference is that Docker creates the subinterface, and Podman does not.
What is the recommended way to create a VLAN tagged interface for a Podman container?
I use Podman 4.9.5, but had the same expereince with 5.6.2 on a test system.
Beta Was this translation helpful? Give feedback.
All reactions