mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixing it back
Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
2ab105e9fe
commit
241579a34f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue