Created
September 24, 2019 06:03
-
-
Save shaybensasson/b00b286c19862e197c3263448a1616b0 to your computer and use it in GitHub Desktop.
/etc/docker/daemon.json, docker firewall dns configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "dns": ["132.72.140.46", "132.72.140.45", "8.8.8.8"] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://development.robinwinslow.uk/2016/06/23/fix-docker-networking-dns/