Fixing it back
Signed-off-by: Mary Anthony <mary@docker.com> Upstream-commit: 241579a34faed177100f407465a6ae47bb5b98d2 Component: engine
This commit is contained in:
@ -153,7 +153,7 @@ A Dockerfile is similar to a Makefile.
|
||||
-- `LABEL <key>[=<value>] [<key>[=<value>] ...]`
|
||||
The **LABEL** instruction adds metadata to an image. A **LABEL** is a
|
||||
key-value pair. To include spaces within a **LABEL** value, use quotes and
|
||||
blackslashes as you would in command-line parsing.
|
||||
backslashes as you would in command-line parsing.
|
||||
|
||||
```
|
||||
LABEL "com.example.vendor"="ACME Incorporated"
|
||||
|
||||
Reference in New Issue
Block a user