Docs: Add Spaces Around Parenthesis Where Needed

Signed-off-by: Alex Mayer <amayer5125@gmail.com>
This commit is contained in:
Alex Mayer
2018-09-28 17:40:22 -04:00
parent 00c0c7e12f
commit 2b0fdd0f17
4 changed files with 4 additions and 4 deletions

View File

@ -418,7 +418,7 @@ $ docker run -l my-label --label com.example.foo=bar ubuntu bash
```
The `my-label` key doesn't specify a value so the label defaults to an empty
string(`""`). To add multiple labels, repeat the label flag (`-l` or `--label`).
string (`""`). To add multiple labels, repeat the label flag (`-l` or `--label`).
The `key=value` must be unique to avoid overwriting the label value. If you
specify labels with identical keys but different values, each subsequent value