What to do about DHCP?

create a logical network,

docker network create 

with the right address range and some gateway (where the traffic routes thru)

start each container on that network, and assign it an ip from the range… sadly there is currently no good DHCP mechanism for this.

see