-
If I have a list of labels like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Docker won't let you apply the same label twice without overriding the previous value:
I do like the possible feature though, but I'm not sure about how to implement it. Firstly, I'll have to play the same old record again: starting to split the values on commas would make sense, but is a breaking change, so that's not what to do. How it could be done:
I'll give this some time to roam around in the back of my head still. |
Beta Was this translation helpful? Give feedback.
Docker won't let you apply the same label twice without overriding the previous value:
I do like the possible feature though, but I'm not sure about how to implement it. Firstly, I'll have to play the same old record again: starting to split the values on commas would make sense, but is a breaking change, so that's not what to do.
How it could be done: