Bridge to local network

Hi everyone !

I want to make a bridge (like Vmware or Virtualbox) allowing the containers to get an ip from the dhcp server on my network and to be reach from any computers on my network (192.168.2.0/24) without nat or anything else.

I searched and read many things but i haven’t been able to do it so far …

Thank you !

This is a really unusual way to set up your containers, but I suspect that https://github.com/jpetazzo/pipework can help you

I am actually looking for something similar. I want my containers to have ip address of my host network. Is it possible in general? What would be options to set this up? Is this the only option https://github.com/jpetazzo/pipework or there are others?

I’m looking for the same solution… Still no answers ?