Simple dynamic DNS server for docker.
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 the image with make.
Use
make helpto see available commands for this image.