From 2495b809efb8fe91ebcd4044e31389880c1cd4f9 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Sat, 29 Aug 2026 10:54:36 +0200 Subject: [PATCH] Update Glances readme to remove caution note Removed caution note about mounting the docker-socket from the host-system. Signed-off-by: Simon L. --- community-containers/glances/readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/community-containers/glances/readme.md b/community-containers/glances/readme.md index fd81e3e8..80b42c1f 100644 --- a/community-containers/glances/readme.md +++ b/community-containers/glances/readme.md @@ -1,9 +1,6 @@ ## Glances This container starts [Glances](https://nicolargo.github.io/glances/), a web-based system monitoring dashboard, and auto-configures it for you. -> [!CAUTION] -> This container mounts the docker-socket from the host-system. - ### Notes - After adding and starting the container, you can directly visit http://ip.address.of.server:61208/ and access your new Glances instance! - if you are using caddy community container, this will be available at `https://glances.your-server.com`, For security reasons, a password will be generated and shown in the AIO interface (if you click on showing the secret for glances). Use `glances` as user name.