Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

DNS Docker image

Image size Docker pulls

Description

Simple dynamic DNS server for docker.

Usage

Start the container:

docker run -d -p 53:53/udp --privileged --name dns \
-v /var/run/docker.sock:/var/run/docker.sock \
ncarlier/dnsmasq

Build

Build the image with make.

Use make help to see available commands for this image.