Docker Demo
The easiest way to evaluate Poweradmin without actually connecting to PowerDNS is to use a Docker image.
Steps to Evaluate Poweradmin Using Docker
-
Get the Source
- Download the release file or use git to clone the repository.
-
Change to the Directory
- Navigate to the directory where the files are located.
-
Build the Docker Image
- Run the following command to build the Docker image:
sh docker build --no-cache -t poweradmin .
- Run the following command to build the Docker image:
-
Run the Docker Container
- Execute the following command to run the Docker container:
sh docker run -d --name poweradmin -p 8080:80 poweradmin
- Execute the following command to run the Docker container:
-
Access Poweradmin
- Open your browser and go to http://localhost:8080.
-
Login
- Use the following credentials to log in:
- Username: admin
- Password: testadmin
- Use the following credentials to log in:
Note: This installation uses SQLite to store all the data.