docker-mdns
docker-mdns copied to clipboard
docker-mdns on Mac
Hello,
Is it supposed to work on Mac also?
I did successfully make start, but make test in another terminal leads to this:
$ make test
# Test the IP/mDNS setup
#
# > Container ip: 172.17.0.2
#
# DNS resolution test (nginx.local):
ping: cannot resolve nginx.local: Unknown host
make: *** [test] Error 68
I suspect the virtual machine associated to the Docker Desktop for Mac to be on a different network... If it is confirmed, then is there any hope to make it work anyway (I need to use mDNS inside a container on a mac, for both advertise and browse)?