How Should Systemd-Resolved and Docker Interact?
Fleeting- Référence externe : https://superuser.com/questions/1702091/how-should-systemd-resolved-and-docker-interact
Docker certainly does “integrate” with systemd-resolved: By detecting 127.0.0.53 and then not using it. You can see the relevant code here:
if len(ns)
= 1 && ns[0] =
“127.0.0.53” { pathAfterSystemdDetection = alternatePath logrus.Infof(“detected 127.0.0.53 nameserver, assuming systemd-resolved, so using resolv.conf: %s”, alternatePath) }— https://superuser.com/questions/1702091/how-should-systemd-resolved-and-docker-interact