mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix syntax in example
Signed-off-by: Jeroen Franse <jeroenfranse@gmail.com>
This commit is contained in:
parent
ebaf1ced72
commit
ada374f316
1 changed files with 1 additions and 1 deletions
|
@ -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
|
easily, for example with `docker inspect`. To set a label corresponding to the
|
||||||
`MAINTAINER` field you could use:
|
`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.
|
This will then be visible from `docker inspect` with the other labels.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue