A lightweight DNSMASQ Service running on Alpine Linux and managed by webproc web UI
docker run \
--name dnsmasq \
-v dnsmasq.conf:/etc/dnsmasq.conf \
--log-opt "max-size=100m" \
-e "HTTP_USER=<username>" \
-e "HTTP_PASS=<password>" \
-d \
--restart always \
scalified/dnsmasq