PostgreSQL container specifically for the PowerDNS service (schema created at runtime).
495
Postgresql image with PowerDNS schema integrated
This container creates the default schema provided by PowerDNS for the PostgreSQL backend.
Additionally a user is created with full rights to the tables and sequences:
Database: pdns
User: pdns
Password: V3ryS3cr3tP4$$w0rd
The arguments to use are the same as for the official postgres docker image.
If you wish to change the username and/or password, simply edit the powerdns.sql file with the desired credentials.
This container works along with the cajetan19/powerdns-pgsql container.
docker rundocker run --detach \
-p 5432:5432 \
--name pdns-pgsql \
--env POSTGRES_PASSWORD=P@$$w0rd \
--env POSTGRES_USER=admin \
--env PGDATA=/var/lib/postgresql/data/pgdata \
--volume /share/pdns/var/lib/postgresql/data/pgdata:/var/lib/postgresql/data/pgdata \
--volume /share/pdns/etc/postgresql:/etc/postgresql \
cajetan19/postgresql-powerdns
Content type
Image
Digest
Size
81.9 MB
Last updated
over 8 years ago
docker pull cajetan19/postgresql-powerdns