docker-mdns icon indicating copy to clipboard operation
docker-mdns copied to clipboard

docker-mdns on Mac

Open goliath49 opened this issue 5 years ago • 0 comments

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)?

goliath49 avatar Jan 29 '21 15:01 goliath49