We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cos that also breaks when your network does a runner.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
cos that also breaks when your network does a runner.
The text was updated successfully, but these errors were encountered: