Fix syntax in example

Signed-off-by: Jeroen Franse <jeroenfranse@gmail.com>
Upstream-commit: ada374f316579e55d5a350f4e9a1e5674af95106
Component: engine
This commit is contained in:
jroenf
2017-01-31 23:51:06 +01:00
committed by Jeroen Franse
parent eeec4ed705
commit 0bceafbfa1
+1 -1
View File
@@ -709,7 +709,7 @@ it instead, as it enables setting any metadata you require, and can be viewed
easily, for example with `docker inspect`. To set a label corresponding to the
`MAINTAINER` field you could use:
LABEL maintainer "SvenDowideit@home.org.au"
LABEL maintainer="SvenDowideit@home.org.au"
This will then be visible from `docker inspect` with the other labels.