onaci / cirrid

experimental cirrid for desktop magic
0 stars 0 forks source link

add (and remove) the cirrid dns server to the dockerd daemon.conf #13

Open SvenDowideit opened 3 years ago

SvenDowideit commented 3 years ago

cos that also breaks when your network does a runner.

SvenDowideit commented 3 years ago
dow184@township-sl:~$ docker run busybox nslookup township-sl.ona.im
nslookup: write to '127.0.0.98': Connection refused
nslookup: write to '127.0.0.53': Connection refused
;; connection timed out; no servers could be reached

dow184@township-sl:~$ cat /etc/docker/daemon.json 
{
        "experimental": true,
        "log-driver": "journald",
        "metrics-addr" : "0.0.0.0:9323",
    "dns": ["127.0.0.98", "127.0.0.53"]
}

not so easy, BUT - on osx, whith the alias, it might be - need to think about it more