Signed-off-by: Mary Anthony <mary@docker.com>
| ... | ... |
@@ -153,7 +153,7 @@ A Dockerfile is similar to a Makefile. |
| 153 | 153 |
-- `LABEL <key>[=<value>] [<key>[=<value>] ...]` |
| 154 | 154 |
The **LABEL** instruction adds metadata to an image. A **LABEL** is a |
| 155 | 155 |
key-value pair. To include spaces within a **LABEL** value, use quotes and |
| 156 |
- blackslashes as you would in command-line parsing. |
|
| 156 |
+ backslashes as you would in command-line parsing. |
|
| 157 | 157 |
|
| 158 | 158 |
``` |
| 159 | 159 |
LABEL "com.example.vendor"="ACME Incorporated" |