Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 367 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 367 Bytes

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