-
Is it possible to only pass through only some interfaces to a rootless container? I know that --net=host works, but it passes through all interfaces. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@giuseppe @mheon @Luap99 PTAL |
Beta Was this translation helpful? Give feedback.
-
I don't think this is possible without a setuid helper to make us a network namespace that matches the desired configuration, unfortunately. |
Beta Was this translation helpful? Give feedback.
I don't think this is possible without a setuid helper to make us a network namespace that matches the desired configuration, unfortunately.