d3mondev / puredns

Puredns is a fast domain resolver and subdomain bruteforcing tool that can accurately filter out wildcard subdomains and DNS poisoned entries.
GNU General Public License v3.0
1.61k stars 151 forks source link

Added Dockerfile. #20

Closed drset closed 2 years ago

drset commented 2 years ago

Hi, tanks for sharing this project with the community. I created a Dockerfile for my personal use to avoid the installation process and I want to share it as well.

You can test it under 2 minutes using the free VPS from the official docker project.

  1. Just go to https://labs.play-with-docker.com/
  2. Create a free VPS instance (has docker pre-installed)
  3. Copy the Dockerfile from this pull request to it.
  4. Type the following commands: docker build -t puredns . docker run -i -t puredns puredns

Puredns should be up and running.

d3mondev commented 2 years ago

Thanks for the PR, but I do not plan to officially support puredns as a dockerized app.