this post was submitted on 09 Aug 2023
6 points (100.0% liked)
homelab
6576 readers
16 users here now
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I haven't been able to figure this out either, my dashboard is just links to my other containers with no obvious way to get at the juicy stats.
Can Heimdall use the Docker socket?
You can get access to most of them by setting them all to use the bridge network (network_mode: bridge). Then if you inspect the bridge network, you can see the bridge network ip's of them all and use that for Heimdall. The Pi-Hole is an exception though since it requires a different network.