-
- -

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

-
    -
  1. Get the Source
  2. -
  3. -

    Download the release file or use git to clone the repository.

    -
  4. -
  5. -

    Change to the Directory

    -
  6. -
  7. -

    Navigate to the directory where the files are located.

    -
  8. -
  9. -

    Build the Docker Image

    -
  10. -
  11. -

    Run the following command to build the Docker image: - sh - docker build --no-cache -t poweradmin .

    -
  12. -
  13. -

    Run the Docker Container

    -
  14. -
  15. -

    Execute the following command to run the Docker container: - sh - docker run -d --name poweradmin -p 8080:80 poweradmin

    -
  16. -
  17. -

    Access Poweradmin

    -
  18. -
  19. -

    Open your browser and go to http://localhost:8080.

    -
  20. -
  21. -

    Login

    -
  22. -
  23. Use the following credentials to log in:
      -
    • Username: admin
    • -
    • Password: testadmin
    • -
    -
  24. -
-
-

Note: This installation uses SQLite to store all the data.

-
- -
-