From a7309d10bbc5e5f3a3477eb9fcb71c38c875c789 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 9 Jun 2024 06:20:21 -0700 Subject: [PATCH] docs: change to tip --- 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 b3bea703..930e9500 100644 --- a/docs/guide/remote-hosts.md +++ b/docs/guide/remote-hosts.md @@ -44,7 +44,7 @@ If you are in a private network then you can use [Docker Socket Proxy](https://g docker container run --privileged -e CONTAINERS=1 -e INFO=1 -v /var/run/docker.sock:/var/run/docker.sock -p 2375:2375 tecnativa/docker-socket-proxy ``` -> [!INFO] +> [!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. Running Dozzle without any certs should work. Here is an example: