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!