Skip to content

gbraad/dockerfile-dnsmasq-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple container running dnsmasq

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

$ docker run \
    --name dnsmasq \
    -v $(pwd)/dnsmasq.hosts:/etc/dnsmasq.hosts \
    -p 127.0.0.10:53:53/udp \
    -d gbraad/dnsmasq

Overwrite the used configuration

$ docker run \
    --name dnsmasq \
    -v $(pwd)/dnsmasq.conf:/etc/dnsmasq.conf \
    -p 127.0.0.10:53:53/udp \
    -d gbraad/dnsmasq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published