Sign inSign up

sroegner/dnsmasq

By sroegner

Updated almost 11 years ago

A simplistic CentOS container that runs dnsmasq.

Image
1

50K+

sroegner/dnsmasq repository overview

Sources: https://github.com/sroegner/docker-builds/tree/master/dnsmasq

The daemon will additionally read all files in the volume mounted to /dnsmasq.hosts:

Example:

docker run \
-v="$(pwd)/dnsmasq.hosts:/dnsmasq.hosts" \
-name=dnsmasq \
-p='127.0.0.10:53:5353/udp' \
-d sroegner/dnsmasq

Overwrite the internal configuration

docker run \
-v="$(pwd)/dnsmasq.conf:/etc/dnsmasq.conf" \
-name=dnsmasq \
-p='127.0.0.10:53:5353/udp' \
-d sroegner/dnsmasq

Tag summary

Content type

Image

Digest

sha256:7463b908d

Size

323.8 MB

Last updated

almost 11 years ago

docker pull sroegner/dnsmasq