mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-26 23:21:41 +01:00
28 lines
971 B
Markdown
28 lines
971 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
title: Home
|
|
|
|
hero:
|
|
name: "Dozzle"
|
|
tagline: Real-time logging and monitoring for Docker in the browser
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started
|
|
link: /guide/getting-started
|
|
- theme: alt
|
|
text: View on GitHub
|
|
link: https://github.com/amir20/dozzle
|
|
|
|
features:
|
|
- 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: 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.
|
|
---
|