From 6e5ed08c47165e145b4443c6b14cf69de46d900e Mon Sep 17 00:00:00 2001 From: timo Date: Sat, 6 May 2017 14:56:54 +0200 Subject: [PATCH] Added info boxes --- docs/syslog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/syslog.md b/docs/syslog.md index 1b1c1d126..2cd29ec50 100644 --- a/docs/syslog.md +++ b/docs/syslog.md @@ -28,11 +28,13 @@ DOCKER_OPTS="--log-driver=syslog --log-opt syslog-address=tcp://127.0.0.1:524" ... ``` -**Caution:** For some reason Ubuntu 16.04 and some, but not all, systemd based distros do not read the defaults file parameters. +!!! warning + For some reason Ubuntu 16.04 and some, but not all, systemd based distros do not read the defaults file parameters. Just run `systemctl edit docker.service` and add the following content to fix it. -**Note:** If "systemctl edit" is not available, just copy the content to `/etc/systemd/system/docker.service.d/override.conf`. +!!! info + If "systemctl edit" is not available, just copy the content to `/etc/systemd/system/docker.service.d/override.conf`. The first empty ExecStart parameter is not a mistake.