https://github.com/edertone/docker-dozzle
Small application to check all your docker container logs
https://github.com/edertone/docker-dozzle
Last synced: 4 months ago
JSON representation
Small application to check all your docker container logs
- Host: GitHub
- URL: https://github.com/edertone/docker-dozzle
- Owner: edertone
- License: apache-2.0
- Created: 2026-04-06T12:48:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-06T13:10:14.000Z (4 months ago)
- Last Synced: 2026-04-06T14:41:27.371Z (4 months ago)
- Language: Batchfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-dozzle
Small application to check all your Docker container logs in real-time through a web interface.
## Features
- Real-time log streaming for all running containers
- Accessible at [http://localhost:3007](http://localhost:3007)
- Zero-configuration setup
## Quick Start (Windows)
This repository includes batch scripts for easy management on Windows:
- `win-start.bat`: Starts the Dozzle container in the background.
- `win-stop.bat`: Stops and removes the Dozzle container.
- `win-update-to-latest-version.bat`: Pulls the latest Dozzle image and restarts the container.
## Manual Usage (Docker/Linux/macOS)
If you aren't using the provided Windows scripts, standard Docker Compose commands work:
```bash
# Start Dozzle
docker compose up -d
# Stop Dozzle
docker compose down
```