Merge pull request #3926 from thaJeztah/20.10_docs_backports2

[20.10 backport] Added missing backslash to documentation sites cli snippet
This commit is contained in:
Sebastiaan van Stijn 2022-12-20 10:55:01 +01:00 committed by GitHub
commit 6022ae7439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ service with two labels:
```console
$ docker service create \
--name redis_2 \
--label com.example.foo="bar"
--label com.example.foo="bar" \
--label bar=baz \
redis:3.0.6
```