mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Better wording for label unique constraints (#14836)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user