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 …
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?