mirror of https://github.com/docker/docs.git
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:
commit
5eea09fc0c
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue