Skip to content

A lightweight and intuitive web-based Docker dashboard, inspired by Portainer. Manage containers, volumes, networks, and apps with GitHub integration

License

Notifications You must be signed in to change notification settings

slxca/dockerlens

DockerLens

DockerLens is a web-based dashboard for Docker, inspired by Portainer. It is currently under development and does not have a stable release.


Features

  • Manage Containers, Volumes, Networks, and other Docker resources
  • Create Apps from templates (e.g., Postgres) or custom containers
  • GitHub integration for custom containers
  • View Docker logs and events
  • Clean and simple dashboard interface

Quick Start

Pull the latest beta image and run DockerLens with a container name:

docker pull slxca/dockerlens:beta

docker run --name dockerlens \
  -p 8800:8080 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v dockerlens-data:/data \
  -d  \
  slxca/dockerlens:beta

The dashboard will be available at: http://<IP>:8800


Reset Database Password

To reset the database password, run the included script inside the container:

docker exec -it dockerlens /bin/bash
./scripts/reset-db-password.sh

Important: After resetting the password, the container must be restarted:

docker restart dockerlens

Notes

  • Still under development – features may change
  • Not recommended for production use
  • Feedback and contributions are welcome

About

A lightweight and intuitive web-based Docker dashboard, inspired by Portainer. Manage containers, volumes, networks, and apps with GitHub integration

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project