I thought this would point each container's hostname.local record to its individual docker-assigned IP, but instead it seems to point to the docker host's IP. Is this expected behavior? Did I misunderstand the fundamental purpose of this tool? Have I simply misconfigured it? My containers are on a macvlan network (br0) bridged to the host's eth0. I tried both of those interfaces as arguments when running docker-mdns, and neither produced the desired result.
I thought this would point each container's hostname.local record to its individual docker-assigned IP, but instead it seems to point to the docker host's IP. Is this expected behavior? Did I misunderstand the fundamental purpose of this tool? Have I simply misconfigured it? My containers are on a macvlan network (br0) bridged to the host's eth0. I tried both of those interfaces as arguments when running docker-mdns, and neither produced the desired result.