1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 20:14:59 +01:00

docs: updates homepage

This commit is contained in:
Amir Raminfar
2024-04-25 08:46:34 -07:00
parent e91d643968
commit 0699680c2f

View File

@@ -16,10 +16,12 @@ hero:
link: https://github.com/amir20/dozzle
features:
- title: Real-time logging
details: Allows you to view logs of other Docker containers in real-time. As new log entries are generated, they are streamed to the web interface without needing to refresh the page.
- title: Lightweight
details: An application written in Go consuming very little memory and CPU. It can be run alongside other containers without causing performance issues.
- title: Real-time Logging & Monitoring
details: Captures real-time Docker container logs, enabling quick and efficient issue diagnosis.
- title: Easy Installation and Use
details: Offers a quick, simple setup and minimal configuration, making it user-friendly for those unfamiliar with Docker.
- title: Multi-host Support
details: Dozzle UI support connecting to multiple remote hosts with a simple drop down to choose between different hosts.
details: UI support connecting to multiple remote hosts with a simple drop down to choose between different hosts.
- title: No Database Required
details: Streams logs directly from Docker, remaining lightweight without extra overhead or complexity.
---