Dnsmasq Docker Image based on Alpine OS (5.883MB)
915
Versions latest – built on Alpine Linux.
All versions use the one sqerison/dnsmasq repository,
but each version aligns with the following tags (ie, sqerison/dnsmasq:<tag>):
docker run -d \
-v $(pwd)/dnsmasq.conf:/etc/dnsmasq.conf \
-p 127.0.0.10:53:5353/udp \
--name dnsmasq \
sqerison/dnsmasq
Overwrite the internal configuration
docker run -d \
-v $(pwd)/dnsmasq.conf:/etc/dnsmasq.conf \
-v $(pwd)/dnsmasq.hosts:/dnsmasq.hosts \
-p 127.0.0.10:53:5353/udp \
--name dnsmasq \
sqerison/dnsmasq
Content type
Image
Digest
Size
3.1 MB
Last updated
about 10 years ago
docker pull sqerison/dnsmasq