Merge pull request #11447 from moxiegirl/black-to-back-fixes

Fixing it back
Upstream-commit: ed6685369740035b0af9675bf9add52d0af7657b
Component: engine
This commit is contained in:
Tibor Vass
2015-03-17 13:09:16 -04:00

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"