A DNS forwarder and DHCP server for small computer networks, created as free software
10K+
Dnsmasq is a Domain Name System forwarder and Dynamic Host Configuration Protocol server for small computer networks, created as free software.
version: "3.8"
services:
dnsmasq:
image: vimagick/dnsmasq
ports:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp"
volumes:
- ./data:/etc/dnsmasq.d
cap_add:
- NET_ADMIN
restart: unless-stopped
Content type
Image
Digest
sha256:e8a49d7ed…
Size
4 MB
Last updated
almost 3 years ago
docker pull vimagick/dnsmasq