powerdns-admin/docs/wiki/install/Running-PowerDNS-Admin-on-Docker.md

492 B

Installation on docker

The Docker image is powerdnsadmin/pda-legacy available on DockerHub

The supported environment variables to configure the container are located here.

You can run the container and expose the web server on port 9191 using:

docker run -d \
    -e SECRET_KEY='a-very-secret-key' \
    -v pda-data:/data \
    -p 9191:80 \
    powerdnsadmin/pda-legacy:v0.3.0