anzevalher/dnsmasq

By anzevalher

Updated over 6 years ago

Dnsmasq build from source (thekelleys.org.uk).

Image
7

100K+

anzevalher/dnsmasq repository overview

Docker Image notes

  • Operating System:
    BusyBox

  • User:
    dnsmasq (200)

  • Group:
    dnsmasq (200)

  • Binary location:
    /usr/sbin/

  • Ports:
    53/tcp 53/udp (DNS), 67/udp (DHCP)
  • Config location:
    /etc/dnsmasq.conf
  • Additional configs location:
    /etc/dnsmasq.d/
  • DHCP leases location:
    /var/lib/misc/

Quick start

  • DNS only:
    docker run --publish 53:53 --cap-add=NET_ADMIN anzevalher/dnsmasq:latest
  • DNS + DHCP (enabled in config):
    docker run --publish 53:53 --cap-add=NET_ADMIN --net=host --volume /path/to/dnsmasq.conf:/etc/dnsmasq.conf anzevalher/dnsmasq:latest

Quick reference

Tag summary

Content type

Image

Digest

Size

2.9 MB

Last updated

over 6 years ago

docker pull anzevalher/dnsmasq:master