gliderlabs / docker-consul

Dockerized Consul
MIT License
1.07k stars 286 forks source link

Docker 1.9 - multihost networking and consul dns #111

Open bergtwvd opened 8 years ago

bergtwvd commented 8 years ago

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 ....

marcellodesales commented 8 years ago

I would like to also get information on this...

olivernaaris commented 8 years ago

+1

kujiy commented 8 years ago

+1

mudrion commented 8 years ago

+1

robvelor commented 8 years ago

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