mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Merge pull request #30607 from jroenf/patch-1
Fix syntax in label example Upstream-commit: 052f5935303453cdf8dd76caf7b66919b60b69c5 Component: engine
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user