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.

Zero-config log viewer — mount the Docker socket and get instant live log streaming for all containers on port 8080.
View on GitHub

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

PortPurpose
8080Dozzle Web UI (HTTP)
/var/run/docker.sockDocker socket (read-only mount)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions