Replace {SUBNETBROADCAST}
with your subnets broadcast address
docker build -t spacklerind/dnsmasq .
docker run -it --rm --cap-add=NET_ADMIN --net=host -p 67:67/udp spacklerind/dnsmasq
Dockerfile re-created to use volume to store dnsmasq.conf
for changes on the fly