Created
October 14, 2019 22:43
-
-
Save mterrel/d8f29c6bfd92e346efcf82b61c7eed48 to your computer and use it in GitHub Desktop.
medium - Fixing DNS timeouts in Docker - 3
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
$ docker kill -s USR1 dnsmasq | |
$ docker logs dnsmasq | |
dnsmasq[1]: cache size 150, 1085/4664 cache insertions re-used unexpired cache entries. | |
dnsmasq[1]: queries forwarded 1712, queries answered locally 3940 | |
dnsmasq[1]: queries for authoritative zones 0 | |
dnsmasq[1]: server 172.16.0.119#53: queries sent 1172, retried or failed 0 | |
dnsmasq[1]: server 172.16.1.65#53: queries sent 252, retried or failed 0 | |
dnsmasq[1]: server 172.16.0.2#53: queries sent 608, retried or failed 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment