Browse code

Fix syntax in example

Signed-off-by: Jeroen Franse <jeroenfranse@gmail.com>

jroenf authored on 2017/02/01 06:54:16
Showing 1 changed files
... ...
@@ -709,7 +709,7 @@ it instead, as it enables setting any metadata you require, and can be viewed
709 709
 easily, for example with `docker inspect`. To set a label corresponding to the
710 710
 `MAINTAINER` field you could use:
711 711
 
712
-    LABEL maintainer "SvenDowideit@home.org.au"
712
+    LABEL maintainer="SvenDowideit@home.org.au"
713 713
 
714 714
 This will then be visible from `docker inspect` with the other labels.
715 715