Dozzle Setup Guide - ajgillis04/GillisDockerDepot GitHub Wiki
Dozzle Setup Guide
Introduction
Dozzle is a lightweight log viewer for Docker containers, providing a real-time view of logs from your running containers.
Prerequisites
- Docker installed
- Dozzle container running in your Docker stack
Configuration Steps
Step 1: Accessing the Dozzle UI
- Open your browser and navigate to
http://<your-ip-address>:9999
. - Log in with your Dozzle credentials if prompted.
Step 2: Viewing Container Logs
- The Dozzle dashboard will display a list of all running containers.
- Click on a container name to view its logs in real time.
Step 3: Searching Logs
- Use the search bar at the top of the log viewer to search for specific keywords or phrases within the logs.
- Results will be highlighted, allowing you to quickly locate relevant log entries.
Step 4: Filtering Logs
- Click on the
Filters
tab. - Apply filters based on log level (e.g., INFO, WARN, ERROR) to narrow down the displayed logs.
Step 5: Customizing Settings
- Navigate to the
Settings
tab. - Customize settings such as log retention period, display options, and notification preferences.
- Click
Save
.
Notes
- Ensure all paths and environment variables are updated in the
dozzle.yaml
file. - Regularly backup your
config
directory to save your settings.
Troubleshooting
- Common Issues: List common issues and solutions.
- Logs: Check Dozzle logs for error messages.
- Support: Link to the Dozzle community and support resources.