Sign inSign up

steeef/dnsmasq

By steeef

Updated over 6 years ago

Debian Slim image of dnsmasq

Image
0

2.2K

steeef/dnsmasq repository overview

docker-dnsmasq

Debian slim Docker image for dnsmasq

Running

If you need to bind ports to the host, don't forget to run this with --cap-add NET_ADMINto bind to the local tcp/udp ports 53.

Since dnsmasq -k is set as the ENTRYPOINT, you can add whatever arguments you want to the end of the docker run call.

Example:

docker run -d -p 53:53/udp -p 53:53/tcp \
  --cap-add=NET_ADMIN \
  steeef/dnsmasq --cache-size=1000 --log-queries

Tag summary

Content type

Image

Digest

Size

41.8 MB

Last updated

over 6 years ago

docker pull steeef/dnsmasq