Replies: 3 comments 1 reply
-
Can you share the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is how I declare the labels: LABEL dev.dozzle.group=ncalf
LABEL dev.dozzle.name="season-frontend" I also tried LABEL dev.dozzle.group="ncalf"
LABEL dev.dozzle.name="season-frontend" |
Beta Was this translation helpful? Give feedback.
1 reply
-
I see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Loving dozzle so far.
Custom groups are working great for me for containers that I am running with a docker-compose.yml file, by adding the
dev.dozzle.group
label.However, I have two containers I have written myself and am deploying using dokku. I have added the labels directly into my dockerfiles using the
LABEL
docker command word. These do not seem to be grouping together in the dozzle UI.I have run the
docker inspect --format='{{json .Config.Labels}}' my_container
on both my containers, and verified they both have a label"dev.dozzle.group":"mygroup"
.Weirdly, I have also applied a
dev.dozzle.name
label and this has worked for both of the containers. The label is correctly applied, and the display name is the dozzle interface is correctly altered. The problem just relates to the custom groups.Would be very thankful is anybody has any insight into why this is happening! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions