Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 655 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 655 Bytes

PowerDNS Recursor on Alpine Linux

Official website: https://powerdns.com
Current version: 4.4.2

Available tags:

  • 4.4.2, 4.4, latest
  • 4.3.5, 4.3
  • 4.3.4
  • 4.3.3
  • 4.3.0

Read default config file

docker run --rm --entrypoint cat magnaz/powerdns-recursor /etc/recursor.conf-dist

Run

docker run --name=powerdns-recursor \
  --detach \
  --network=host \
  --volume=/local/path/to/recursor.conf:/etc/recursor.conf:ro \
  magnaz/powerdns-recursor