I know that using driver host the container would use the same network namespace but I would like to get something as in "Bridged Mode" of VirtualBox. I mean: that container to be in the same subnet that host but using different namespace. Is that possible?
Asked
Active
Viewed 88 times
1
-
On Linux you can assign a static IP address from host's subnet to a container. All traffic to that address will be directed to the container. If that is what you want to achieve, see [this](https://stackoverflow.com/a/64643963/11344502) my answer for an example. – anemyte Oct 06 '21 at 19:58