blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.1k stars 459 forks source link

Create Dockerfile #14

Closed fyoorer closed 7 years ago

fyoorer commented 7 years ago

I was having problems running massdns in Mac OS. This Dockerfile creates an image and runs massdns. Creating massdns image using this file is as simple as: docker build -t "massdns:latest" . Then run the image: docker run -i --rm massdns