๐ชต Dozzle
![]()
Dozzle is a small, lightweight application with a web-based interface for monitoring Docker logs in real time. It doesnโt store any log files โ itโs purely for live monitoring of your container logs.
๐ท๏ธ Category: Productivity
๐ณ Image: amir20/dozzle:latest
๐ Links
| ย | ย |
|---|---|
| ๐ฆ Project | github.com/amir20/dozzle |
| ๐ Support | GitHub Issues |
| ๐ Donate | buymeacoffee.com/amirraminfar |
๐ Ports
| Port | Protocol | Description |
|---|---|---|
8080 | TCP | Dozzle Web Interface |
๐พ Volumes
| Host Path | Container Path | Mode | Description |
|---|---|---|---|
/var/run/docker.sock | /var/run/docker.sock | RW | Docker Socket for log access |
โ๏ธ Environment Variables
No environment variables required for this container.
๐ Quick Start
- Open the MOS Hub and search for Dozzle
- Click Install
- Access the Web UI at
http://your-server-ip:8080 - All running containers and their logs appear automatically
๐ Security Tip: Dozzle has access to all container logs on your system via the Docker socket. Make sure itโs not publicly accessible without authentication!
๐ก Tip: Dozzle supports multi-host monitoring โ you can connect multiple Docker hosts and monitor all their logs from a single Dozzle instance.