docker-consul
docker-consul copied to clipboard
Docker 1.9 - multihost networking and consul dns
I have used consul dns in a clustered docker environment with pre docker 1.9 configurations. I wonder how docker 1.9 effects the consul dns setup. How can I use dns here? There may be multiple overlay networks at the same time, each with its own dns space ....
I would like to also get information on this...
+1
+1
+1
Docker 1.10.0 added support for docker's own internal dns, now I wonder if consul's dns is still needed. Use DNS-based discovery instead of /etc/hosts #19198