https://github.com/magna-z/docker-powerdns-recursor
PowerDNS Recursor Docker image on Alpine Linux
https://github.com/magna-z/docker-powerdns-recursor
docker docker-image powerdns powerdns-recursor
Last synced: about 1 month ago
JSON representation
PowerDNS Recursor Docker image on Alpine Linux
- Host: GitHub
- URL: https://github.com/magna-z/docker-powerdns-recursor
- Owner: magna-z
- License: gpl-2.0
- Created: 2020-05-13T21:00:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T13:35:02.000Z (over 4 years ago)
- Last Synced: 2025-02-17T02:22:59.637Z (4 months ago)
- Topics: docker, docker-image, powerdns, powerdns-recursor
- Language: Dockerfile
- Homepage: https://powerdns.com
- Size: 13.7 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 Recursor on Alpine Linux
---Official website:
Current version: **4.4.2** 
### Available tags:
- 4.4.2, 4.4, latest
- 4.3.5, 4.3
- 4.3.4
- 4.3.3
- 4.3.0### Read default config file
```bash
docker run --rm --entrypoint cat magnaz/powerdns-recursor /etc/recursor.conf-dist
```### Run
```bash
docker run --name=powerdns-recursor \
--detach \
--network=host \
--volume=/local/path/to/recursor.conf:/etc/recursor.conf:ro \
magnaz/powerdns-recursor
```