Sign inSign up

zcchen/dnsmasq

By zcchen

Updated over 5 years ago

dnsmasq docker image based on Alpine with /scripts.d volume for updating.

Image
0

877

zcchen/dnsmasq repository overview

zcchen/dnsmasq

A dnsmasq docker image based on Alphine Linux. This image provides /scripts.d volume for users to add update scripts

Example as below:

docker run -d --restart unless-stopped --name dnsmasq \
    -v /tmp/:/scripts.d/:ro \
    -p 53:53/udp zcchen/dnsmasq

Available Environment Variables

Variable NameDefault ValueMeaning
UPDATE_INTERVAL3600 * 24The interval time to execute the update scripts

Github Repository

For more details, please check the following github repository: https://github.com/zcchen/dockers

Tag summary

Content type

Image

Digest

Size

11.6 MB

Last updated

over 5 years ago

docker pull zcchen/dnsmasq