mirror of https://github.com/docker/cli.git
Added missing backslash to documentation sites cli snippet
I think the cli code block misses a backslash to brevent line break when copy/pasting it to a terminal. I doubt that this is intentional, if it is, feel free to reject the pr. Signed-off-by: Julian <gitea+julian@ic.thejulian.uk>
This commit is contained in:
parent
51f36c6be1
commit
895e7a3df8
|
@ -291,7 +291,7 @@ service with two labels:
|
||||||
```console
|
```console
|
||||||
$ docker service create \
|
$ docker service create \
|
||||||
--name redis_2 \
|
--name redis_2 \
|
||||||
--label com.example.foo="bar"
|
--label com.example.foo="bar" \
|
||||||
--label bar=baz \
|
--label bar=baz \
|
||||||
redis:3.0.6
|
redis:3.0.6
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue