1
0
Fork 0
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:
Mary Anthony 2015-03-17 10:07:09 -07:00
parent 2ab105e9fe
commit 241579a34f

View file

@ -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"