From 45ec05419d81fe2cd43ca6352e6c56155582fd42 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 2 Oct 2024 08:08:10 -0700 Subject: [PATCH] chore(docs): updates remote info --- docs/guide/remote-hosts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/remote-hosts.md b/docs/guide/remote-hosts.md index b184dbb3..9472bf1a 100644 --- a/docs/guide/remote-hosts.md +++ b/docs/guide/remote-hosts.md @@ -49,7 +49,7 @@ docker container run --privileged -e CONTAINERS=1 -e INFO=1 -v /var/run/docker.s ``` > [!TIP] -> Using `CONTAINERS=1` is required to list running containers. `EVENTS` is also needed but it is enabled by default. `INFO=1` is optional but it will provide more information on host meta data. +> Using `CONTAINERS=1` is required to list running containers. `EVENTS` is also needed but it is enabled by default. `INFO=1` is needed to list system information. Running Dozzle without any certs should work. Here is an example: