Updated docker-compose support

Got this working by simply modifying the daemon.json file. I probably still did it wrong and should maybe change it, but the following worked for me.

{
  "bip": "172.17.42.1/24",
  "dns": ["8.8.8.8","8.8.4.4"]
}

I know that’s probably not a good bridge to use, but it’s working. Any reason to change it to something else? I’m a bit ignorant when it comes to networking.

BTW, very cool project @davo!

Thanks for letting us know @davo. Now that there is a workaround for every release, let’s wait for the official support :slight_smile: