Skip to content

obviateio/docker-powerdns-remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerDNS Docker Container

Image Size Docker Stars Docker Pulls Docker Automated buil

  • Small Alpine based Image
  • ONLY supports remote backend
  • Guardian process enabled
  • Graceful shutdown using pdns_control

Supported tags

  • Exact: i.e. 4.0.2-r3: PowerDNS Version 4.0.2, image build 3
  • 4.0: PowerDNS Version 4.0.x, latest image build
  • 4: PowerDNS Version 4.x.x, latest image build

Usage

$ docker run --name powerdns \
  -p 53:53 \
  -p 53:53/udp \
  --restart=always \
  -e REMOTE_CONNECTION_STRING="http:url=http://localhost:1234/dns" \
  -d shakataganai/powerdns-remote

License

GNU General Public License v2.0 applyies to PowerDNS and all files in this repository.

Maintainer

Credits

About

PowerDNS/Alpine Docker Container w/ Remote Backend

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%