FreedomBen / dory

Your development proxy for docker
MIT License
156 stars 24 forks source link

Linux Mint network manager prevents dory to launch #12

Open rmNyro opened 7 years ago

rmNyro commented 7 years ago

Hi,

Apparently dnsmasq is used as part of the network manager in Mint. I don't know what to do with that knowledge but I found the answer while posting the issue and thought you may be interested in at least documenting it.

You may add a script to automate the "problem" resolution such as:

sudo sed -i 's/^dns=dnsmasq/#&/' /etc/NetworkManager/NetworkManager.conf \
&& sudo service network-manager restart \
&& sudo service networking restart

I'm not sure it is the best solution but so far I got no trouble (even a connectivity improvement?) except that it doesn't necessarily reconnect correctly (apparently?).

I hope that was helpful,

cheers,

FreedomBen commented 7 years ago

Yes it's helpful, thank you! I'll think this over, and probably download a Mint iso and play around with it