mirror of https://github.com/docker/docs.git
logging/gelf: fix stray 'n-dash' instead of hyphen in example
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0f0466f76b
commit
d5ec94bd5f
|
@ -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