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:
Where did I go wrong? Or am I simply expecting something to exist because I'm watching and reading old content?
Thanks!
Solution:Jump to solution
There is currently no docker icon on the dashboard (their used to be, and it will probably return).
5 Replies
Solution
There is currently no docker icon on the dashboard (their used to be, and it will probably return).
You can manage your containers from "manage > tools > docker"
Ah! So old content, plus a section of the interface that I hadn't explored yet. I appreciate the remedial lesson!
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
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!