1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #30607 from jroenf/patch-1

Fix syntax in label example
This commit is contained in:
Alexander Morozov 2017-01-31 14:55:13 -08:00 committed by GitHub
commit 052f593530

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.