Create a network on the host interface
- Setup the network that you'll be connecting to to only allow dhcp within a certain range
- Use the unreserved dhcp range for docker
I'm using 192.168.1.2 - 192.168.1.199 as my DHCP range.
All my docker containers are going to be limited to the ip range of 192.168.1.224 - 192.168.1.254 (--ip-range=192.168.1.224/27)