https://github.com/magna-z/docker-powerdns
PowerDNS server in Docker container
https://github.com/magna-z/docker-powerdns
docker docker-image powerdns powerdns-authoritative-server
Last synced: 18 days ago
JSON representation
PowerDNS server in Docker container
- Host: GitHub
- URL: https://github.com/magna-z/docker-powerdns
- Owner: magna-z
- License: gpl-2.0
- Created: 2016-09-19T11:05:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T12:53:29.000Z (over 4 years ago)
- Last Synced: 2025-02-17T02:22:59.028Z (3 months ago)
- Topics: docker, docker-image, powerdns, powerdns-authoritative-server
- Language: Dockerfile
- Homepage: https://powerdns.com
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
PowerDNS Authoritative Server on Alpine Linux
---Official website:
Current version: **4.4.0** 
Modules included:
- [Generic MySQL backend (gmysql)](https://doc.powerdns.com/authoritative/backends/generic-mysql.html)
- [Generic PostgreSQL backend (gpgsql)](https://doc.powerdns.com/authoritative/backends/generic-postgresql.html)### Available tags:
- 4.4.0, 4.4, latest
- 4.3.1, 4.3
- 4.3.0
- 4.1.3### Available SQL schemas
```bash
docker run --rm --entrypoint ls magnaz/powerdns /usr/local/share/doc/pdns
```### Read default config file
```bash
docker run --rm --entrypoint cat magnaz/powerdns /etc/pdns.conf-dist
```### Run
```bash
docker run --name=powerdns \
--detach \
--network=host \
--volume=/local/path/to/pdns.conf:/etc/pdns.conf:ro \
magnaz/powerdns
```