Skip to content

magna-z/docker-powerdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

PowerDNS Authoritative Server on Alpine Linux

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

Modules included:

Available tags:

  • 4.4.0, 4.4, latest
  • 4.3.1, 4.3
  • 4.3.0
  • 4.1.3

Available SQL schemas

docker run --rm --entrypoint ls magnaz/powerdns /usr/local/share/doc/pdns

Read default config file

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

Run

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