Docker containers widget [Go] #182
Replies: 3 comments 5 replies
-
Very nicely done, thanks for sharing! I'll pin this to give it some well deserved exposure. |
Beta Was this translation helpful? Give feedback.
-
I got error when try pull the image in portainer, its says unauthorized.
|
Beta Was this translation helpful? Give feedback.
-
This looks great, but I'm actually too stupid to get this running. For me it just says: No containers found Where do I have to put the labels? Can you show me a full example of a config? |
Beta Was this translation helpful? Give feedback.
-
Hi all, I've created a custom widget that displays a list of running (or stopped) Docker containers in your machine.
Here's a preview:
Installation and configuration are very simple:
you need to start a new Docker container:
then add in your glance.yml configuration the widget:
finally, for every Docker container you want to be visible in the dashboard, you need to add these labels (example):
Repository is available here, more details in the README
it's one of my first Go programs, so contributions or tips are welcome
Beta Was this translation helpful? Give feedback.
All reactions