mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-26 07:13:41 +01:00
Fixes file formatting (#2085)
* Updates prettier ignore * Updates prettier ignore * Updates formatting * Fixes tests * Fixes tests
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Getting Started
|
||||
---
|
||||
|
||||
# Getting Started
|
||||
|
||||
This section will help you to setup Dozzle locally. Dozzle can also be used to connect to remote hosts via `tcp://` and tls. See remote host if you want to connect to other hosts.
|
||||
@@ -14,10 +15,11 @@ docker run --detach --volume=/var/run/docker.sock:/var/run/docker.sock -p 8080:8
|
||||
```
|
||||
|
||||
## Using Docker Compose
|
||||
|
||||
Docker compose makes it easier to configure Dozzle as part of an existing configuration.
|
||||
|
||||
```yaml
|
||||
version: '3'
|
||||
version: "3"
|
||||
services:
|
||||
dozzle:
|
||||
container_name: dozzle
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: What is Dozzle?
|
||||
---
|
||||
|
||||
# What is Dozzle?
|
||||
|
||||
Dozzle is open-sourced project sponsored by Docker OSS. It is a log viewer designed to simplify the process of monitoring and debugging containers. It is a lightweight, web-based application that provides real-time log streaming, filtering, and searching capabilities through an intuitive user interface.
|
||||
@@ -8,5 +9,3 @@ Dozzle is open-sourced project sponsored by Docker OSS. It is a log viewer desig
|
||||
Users can quickly and easily access logs generated by their Docker containers, making it an essential tool for debugging and troubleshooting applications running in a Docker environment. Out of the box, Dozzle supports JSON logs with intelligent color coding.
|
||||
|
||||
Dozzle is easy to install and can be configured with minimal effort, making it an ideal solution for developers and system administrators looking for an efficient and user-friendly log viewer for their Docker environment. The tool is available under the MIT license and is actively maintained by its developer, Amir Raminfar.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user