meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:docker:issues:8.8.8.8 [2026/07/06 13:31] niziaklinux:docker:issues:8.8.8.8 [2026/07/06 16:50] (current) niziak
Line 9: Line 9:
   * [[https://github.com/moby/libnetwork/blob/3797618f9a38372e8107d8c06f6ae199e1133ae8/resolvconf/resolvconf.go#L58|resolvconf.go]]   * [[https://github.com/moby/libnetwork/blob/3797618f9a38372e8107d8c06f6ae199e1133ae8/resolvconf/resolvconf.go#L58|resolvconf.go]]
  
 +===== workaround =====
 +
 +
 +<file ini /etc/systemd/system/docker.service.d/dns-override.conf>
 +[Service]
 +ExecStart=
 +ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock --dns 192.168.1.50 --dns 1.1.1.1
 +</file>