Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.49 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.49 KB

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