mirror of https://github.com/docker/docs.git
Better wording for label unique constraints (#14836)
This commit is contained in:
parent
f6a915fe4b
commit
e8b90488ac
|
@ -23,7 +23,7 @@ sense for your business or application.
|
|||
## Label keys and values
|
||||
|
||||
A label is a key-value pair, stored as a string. You can specify multiple labels
|
||||
for an object, but each key-value pair must be unique within an object. If the
|
||||
for an object, but each key must be unique within an object. If the
|
||||
same key is given multiple values, the most-recently-written value overwrites
|
||||
all previous values.
|
||||
|
||||
|
|
Loading…
Reference in New Issue