Video coming soon…
📋 Setup Dozzle — Real-Time Docker Container Log Viewer
Deploy Dozzle on Ubuntu with Docker — a lightweight, stateless, real-time log viewer for all running containers with live search, regex filtering, and multi-host support, requiring no database.
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/monitoring/dozzle/dozzle-ubuntu.sh
chmod +x dozzle-ubuntu.sh
sudo bash dozzle-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/monitoring/dozzle/dozzle-ubuntu.sh
2 Make it Executable
chmod +x dozzle-ubuntu.sh
3 Run the Installer
The script runs Dozzle with the Docker socket mounted read-only. Dozzle is completely stateless — no database or persistent storage needed.
sudo bash dozzle-ubuntu.sh
4 Access the Web UI
Open your browser and navigate to Dozzle:
http://<your-server-ip>:8080
Ports Used
| Port | Purpose |
|---|---|
| 8080 | Dozzle Web UI (HTTP) |
| /var/run/docker.sock | Docker socket (read-only mount) |
