Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TeDomum/docker-pdns
PowerDNS authoritative server
https://github.com/TeDomum/docker-pdns
Last synced: 5 days ago
JSON representation
PowerDNS authoritative server
- Host: GitHub
- URL: https://github.com/TeDomum/docker-pdns
- Owner: TeDomum
- Created: 2015-07-27T14:14:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T13:55:51.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T12:42:19.147Z (3 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - TeDomum/docker-pdns - PowerDNS authoritative server (others)
README
# Docker PowerDNS
PowerDNS authoritative server based on Debian Jessie.
To run the server:
```
docker run --rm -i tedomum/pdns -- [pdns options]
```For instance, connecting to a database server:
```
docker run -d --name=dns
-t tedomum/pdns
--launch=gmysql
--local-ipv6=::
--gmysql-host=mariadb
--gmysql-user=pdns
--gmysql-password=pdns
--gmysql-dbname=pdns
```