9dd51575ab
All Cloudron containers need to have the nameserver 172.18.0.1. This was being done at the daemon level, however since there are also iptables rules restricting access to the nameserver from containers that aren't on the Cloudron Docker network, this broke DNS for non-Cloudron containers. Since the DNS is only required for Cloudron containers in the first place, this patch specifies 172.18.0.1 as the nameserver when Cloudron creates a container and reverts the change at the daemon level