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

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

Awesome Lists containing this project

README

        

PowerDNS Recursor on Alpine Linux
---

Official website:
Current version: **4.4.2**

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