A simplistic CentOS container that runs dnsmasq.
50K+
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
Content type
Image
Digest
sha256:7463b908d…
Size
323.8 MB
Last updated
almost 11 years ago
docker pull sroegner/dnsmasq