From 6c6a93db117ba45573152f05e1c51cf515ebaa41 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 22 Nov 2025 10:57:42 +0100 Subject: [PATCH] docs(docker): add hide container support --- docs/integrations/docker/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/integrations/docker/index.mdx b/docs/integrations/docker/index.mdx index 9ea45021..fdb5e2b3 100644 --- a/docs/integrations/docker/index.mdx +++ b/docs/integrations/docker/index.mdx @@ -76,6 +76,12 @@ They are then available in the app list and can be used as normally added apps. ![Apps added from containers](img/add-to-homarr-apps.png) +### Configuration + +Currently Homarr supports one label for configuration of the containers: + +- **homarr.hide:** If set to any value, the container will be hidden from the Docker Containers widget and tools page. + ### Security Mounting docker sockets can be risky, as they permit full control over your docker service. As an example, a thread actor could abuse Homarr use the socket to start, stop or delete containers on your system.