Browse code

Merge pull request #22987 from Microsoft/jjh/labeldocs

Docs: Label clarification
(cherry picked from commit bb80563a8123824bed23c36698e6fa01317bbe5f)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/05/26 03:56:54
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@ times but with different values, newer labels overwrite previous labels. Docker
22 22
 uses the last `key=value` you supply.
23 23
 
24 24
 >**Note:** Support for daemon-labels was added in Docker 1.4.1. Labels on
25
->containers and images are new in Docker 1.6.0
25
+>containers and images were added in Docker 1.6.0
26 26
 
27 27
 ## Label keys (namespaces)
28 28