Last active
December 5, 2016 08:56
-
-
Save alessandro-aglietti/12f6b9754c6a191dbd268509b0d30081 to your computer and use it in GitHub Desktop.
Taming dnsmasq and Docker containers, an Ubuntu 16.04 LTS story
This file contains 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": ["172.17.0.1"] | |
} |
This file contains 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
interface=docker0 | |
log-queries=extra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment