Merge pull request #3923 from dozjul/master
Added missing backslash to documentation cli snippet
This commit is contained in:
commit
9a5d5aefb8
@ -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…
x
Reference in New Issue
Block a user