dnsmasq docker image based on Alpine with /scripts.d volume for updating.
877
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
| Variable Name | Default Value | Meaning |
|---|---|---|
UPDATE_INTERVAL | 3600 * 24 | The interval time to execute the update scripts |
For more details, please check the following github repository: https://github.com/zcchen/dockers
Content type
Image
Digest
Size
11.6 MB
Last updated
over 5 years ago
docker pull zcchen/dnsmasq