An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

PowerDNS Authoritative Server on Alpine Linux
---

Official website:
Current version: **4.4.0**

![](https://img.shields.io/microbadger/layers/magnaz/powerdns/4.4.0) ![](https://img.shields.io/docker/image-size/magnaz/powerdns/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
```