Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SvenDowideit opened this issue Apr 28, 2021 · 1 comment
Open

Comments

@SvenDowideit
Copy link
Contributor

cos that also breaks when your network does a runner.

@SvenDowideit
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant