agdsn / hades

AG DSN Authentication and Authorization Infrastructure
MIT License
8 stars 3 forks source link

Work around test failures with Docker's embedded DNS server #63

Closed sebschrader closed 4 years ago

sebschrader commented 7 years ago

Docker 1.10 provides an embedded DNS listening at 127.0.0.11, which will be set in the /etc/resolv.conf of the container.

This embedded DNS server is not reachable in descendant network namespaces used by Hades.

sebschrader commented 4 years ago

I can't reproduce this locally right now.