abh / geodns

DNS server with per-client targeted responses
Apache License 2.0
1.37k stars 191 forks source link

Add Dockerfile #114

Closed Miouge1 closed 5 years ago

Miouge1 commented 5 years ago

Adding a Dockerfile to make it easier to compile and distribute.

To test it:

docker build . -t geodns
docker run geodns --help

It would be nice to distribute on docker image on docker hub.