This repository builds a Docker container hosting an erldns instance.
Assuming you have Docker installed, you may try out this image immediately:
docker run -d --name=dns_container \
-v /path/to/configs/etc:/etc/opt/erldns \
-v /path/to/var:/var/opt/erldns \
-p pub.lic.ipa.ddr:8053/tcp \
-p pub.lic.ipa.ddr:53:8053/udp \
stoo/erldns:1.0
Run the following to create the images:
make
- GNU Make
- Docker