Update syslog documentation for typo (#3502)

There is a typo of UDP which is spelled as UP.
Corrected it.

Signed-off-by: Swapnil Kulkarni <me@coolsvap.net>
This commit is contained in:
Swapnil Kulkarni 2017-06-09 00:35:04 +05:30 committed by John Mulhausen
parent b1e058cf38
commit 58f3632285
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ dockerd \
--log-opt syslog-address=udp://1.2.3.4:1111
```
> **Note**: The syslog-address supports both UP and TCP.
> **Note**: The syslog-address supports both UDP and TCP.
To make the changes persistent, add the toptions to `/etc/docker/daemon.json`: