Ver Fonte

Fix syntax in example

Signed-off-by: Jeroen Franse <jeroenfranse@gmail.com>
jroenf há 8 anos atrás
pai
commit
ada374f316
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/reference/builder.md

+ 1 - 1
docs/reference/builder.md

@@ -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.