Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/integrations/docker/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading