⚡ Alpine based dnsmasq image. Configurable from dnsmasq command options.
159
Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP server. It is designed to provide DNS and optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP for network booting of diskless machines (source from the package description ).
docker pull devopskit/dnsmasq:latest
git clone https://github.com/DevOpsKit/dnsmasq.docker.git
cd dnsmasq.docker
docker build -t dnsmask-docker .
docker run -d -p 53:53/udp devopskit/dnsmasq:latest
docker run -v /your/local/path:/data -d -p 53:53/udp devopskit/dnsmasq:latest
docker run -v /your/local/path:/data -d -p 53:53/udp devopskit/dnsmasq:latest -a 192.1680.x.x
Content type
Image
Digest
Size
3.9 MB
Last updated
over 6 years ago
docker pull devopskit/dnsmasq