Merge pull request #14013 from thaJeztah/gelf_fix_emdash

logging/gelf: fix stray 'n-dash' instead of hyphen in example
This commit is contained in:
Sebastiaan van Stijn 2021-12-23 20:19:28 +01:00 committed by GitHub
commit 5eea09fc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ You can set the logging driver for a specific container by setting the
```console
$ docker run \
--log-driver gelf -log-opt gelf-address=udp://1.2.3.4:12201 \
--log-driver gelf --log-opt gelf-address=udp://1.2.3.4:12201 \
alpine echo hello world
```