Skip to content

magna-z/docker-powerdns-recursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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