Skip to main content

🐳 Docker Module

The Docker modules allows you to interact with Docker containers running on your system direclty within Homarr.

You can restart, stop, start, refresh and remove containers as well as add them to the Homarr dashboard

Docker Core Features

Additonally, if you have a lot of containers you can search and filter them by container or image name

Contailer and Image Search

View the state of each container (created, running or stopped)

Container States

And also check what ports the container has exposed (container port:external port)

Exposed Ports

Before you begin

In order for Homarr to be able to interact with your Docker instance you must tell Homarr the path to your Docker socket. You do this by adding the following to the Docker command when you first run Homarr:

-v /var/run/docker.sock:/var/run/docker.sock

Activating the Module

Please read our documentation on how to enable a module.