DockLog is a self-hosted Docker log viewer and admin dashboard. Tail container output, check host stats, and manage workloads from one lightweight image โ no Elasticsearch cluster required.
| Project | Description |
|---|---|
| docklog | Server โ Go backend, Vue UI, RBAC, audit logs, live log streams |
Quick start
docker pull aimldev/docklog:latest
docker run -d \
--name docklog \
-p 8888:8000 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd)/data:/app/data \
-e SECRET_KEY=your-secure-key-here \
-e DB_PATH=/app/data/docklog.db \
aimldev/docklog:latestOpen http://localhost:8888 ยท Default login: admin / admin123 (change on first sign-in)
- ๐ docklog.dev โ documentation and setup guide
- ๐ฆ Docker Hub โ
aimldev/docklog:latest - ๐ Releases โ server and desktop app downloads
- ๐ฑ Google Play โ Android app
- ๐ Issues โ bugs and feature requests
Contributions welcome on the server and app repos. Open an issue first if you are planning a large change. Pull requests should stay focused and include a short description of what changed and why.
- Read the docs before deploying to production
- Security concerns: open a private issue or email support@docklog.dev
One container. Your infrastructure. Your data stays on your server.