Docker Integration

I am admittedly as new to this as new gets, but I'm struggling to get Docker integration to work the way it's described in documentation and the google-ing I've done so far. I have Homarr running as a Portainer stack with the Docker socket mounted as a volume, but I don't see the Docker icon on the Dashboard that it seems like I should expect to see. Here's the stack definition:
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /volume1/docker/homarr/configs:/app/data/configs
- /volume1/docker/homarr/icons:/app/public/icons
- /volume1/docker/homarr/data:/data
ports:
- '7575:7575'
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /volume1/docker/homarr/configs:/app/data/configs
- /volume1/docker/homarr/icons:/app/public/icons
- /volume1/docker/homarr/data:/data
ports:
- '7575:7575'
Where did I go wrong? Or am I simply expecting something to exist because I'm watching and reading old content? Thanks!
Solution:
There is currently no docker icon on the dashboard (their used to be, and it will probably return).
Jump to solution
5 Replies
Solution
explosive parrot
explosive parrot11mo ago
There is currently no docker icon on the dashboard (their used to be, and it will probably return).
explosive parrot
explosive parrot11mo ago
You can manage your containers from "manage > tools > docker"
robwilkerson
robwilkerson11mo ago
Ah! So old content, plus a section of the interface that I hadn't explored yet. I appreciate the remedial lesson!
Loxion
Loxion11mo ago
If you wanted it on your homepage you could create an iframes widget that points to the URL of that docker management page. Not the best solution, but an option
robwilkerson
robwilkerson11mo ago
Not super important, tbh, as long as I know where it is. It's not where everything seemed to tell me it should be and not in the most intuitive spot to find, but now that I know where it is, I'm all good. Thank you!
Want results from more Discord servers?
Add your server