Updated gelf.md

Fixed an ivalid dash in --log-opt gelf-address
This commit is contained in:
Din Tort 2018-07-04 15:11:51 +02:00 committed by GitHub
parent e74fd60201
commit b4967e1bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ and `--log-opt` options to the Docker daemon:
```bash
dockerd
--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 \
```
To make the configuration permanent, you can configure it in `/etc/docker/daemon.json`: