Comment on Docker dashboards: choice overload
ModernPotatoDoctor@lemmy.world 6 days agoI have a basic understanding of Grafana since we use it at work. It definitely fits the question, but it’s also very much overkill for my purposes - maybe not in the range of features, but definitely in scope.
Your mention of dockcheck.sh is gold! Someone else mentioned diun, but I think this shell script is even better. As long as there’s a simple way to determine which containers use outdated images, I’m good. The metrics part can be solved with a tool like Beszel or I can whip something up myself if I don’t find anything good enough.
suicidaleggroll@lemmy.world 6 days ago
Yeah you can either have it update the containers itself, or just print out their names. With a custom plugin you can make it output the names of any containers that have available updates in whatever format you like. This discussion on the github page goes through some example scripts you can use to serve the list of containers with available updates over a REST API to be pulled into any other system you like (eg: Homepage dashboard).
github.com/mag37/dockcheck/discussions/146