Just wondering how you are handling services which need to talk to each other from inside containers? For example, container a needs to be able to talk to b.service.consul.
One option is to map /etc/resolv.conf inside the container. Is there a better way? My slaves currently point to my masters for DNS...
Just wondering how you are handling services which need to talk to each other from inside containers? For example, container
a
needs to be able to talk tob.service.consul
.One option is to map
/etc/resolv.conf
inside the container. Is there a better way? My slaves currently point to my masters for DNS...