Skip to content

Hi there ๐Ÿ‘‹

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.

DockLog - Docker logs without the logging stack | Product Hunt

What we ship

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:latest

Open http://localhost:8888 ยท Default login: admin / admin123 (change on first sign-in)


Useful links

  • ๐ŸŒ 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

Get involved

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

Built for teams who want Docker visibility without the logging stack

One container. Your infrastructure. Your data stays on your server.

Popular repositories Loading

  1. docklog docklog Public

    DockLog - Real-time Docker log viewer with RBAC, WebSocket streaming, and advanced filtering.

    Vue 4

  2. .github .github Public

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loadingโ€ฆ

Most used topics

Loadingโ€ฆ