Solve your DNS hosts from docker containers, then from your local configuration, then from internet
1M+
DPS is a end user(developers, Server Administrators) DNS server tool to develop systems with docker solving docker containers hostnames:
host.docker hostname
$ docker run --rm --hostname dns.mageddo \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /etc/resolv.conf:/etc/resolv.conf \
defreitas/dns-proxy-server
then try it out
$ ping dns.mageddo
PING dns.mageddo (172.17.0.4) 56(84) bytes of data.
64 bytes from 172.17.0.4: icmp_seq=1 ttl=64 time=0.063 ms
64 bytes from 172.17.0.4: icmp_seq=2 ttl=64 time=0.074 ms
64 bytes from 172.17.0.4: icmp_seq=3 ttl=64 time=0.064 ms
Help me to keep DPS up to date
Via PayPal
Or via QR code

Content type
Image
Digest
sha256:28e7126e4…
Size
57 MB
Last updated
3 months ago
docker pull defreitas/dns-proxy-server:5.9.1-snapshot-aarch64