From fd94b9c2c45f2b3e79c1df4b173fa80c8dea29a1 Mon Sep 17 00:00:00 2001 From: paddyboyle Date: Fri, 20 Jan 2017 15:12:26 -0500 Subject: [PATCH] Update systemd.md (#1185) * take a stab at fixing a broken link Signed-off-by: LRubin * Update systemd.md Removed the quotes from the --graph option on line 130. Using quotes works for version 1.12 of Docker but with 1.13, Docker will create a directory named under / and then create a directory of mnt/docker-data" under that directory. --- engine/admin/logging/view_container_logs.md | 2 +- engine/admin/systemd.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/admin/logging/view_container_logs.md b/engine/admin/logging/view_container_logs.md index e89a7d582a..de54183d7a 100644 --- a/engine/admin/logging/view_container_logs.md +++ b/engine/admin/logging/view_container_logs.md @@ -47,4 +47,4 @@ its errors to `/proc/self/fd/2` (which is `STDERR`). See the ## Next steps - Learn about using custom [logging drivers](overview.md). -- Learn about writing a [Dockerfile](../reference/builder.md). +- Learn about writing a [Dockerfile](/engine/reference/builder.md). diff --git a/engine/admin/systemd.md b/engine/admin/systemd.md index 3413d863c4..b4fd7ecda1 100644 --- a/engine/admin/systemd.md +++ b/engine/admin/systemd.md @@ -127,7 +127,7 @@ directory: ```conf [Service] ExecStart= -ExecStart=/usr/bin/dockerd --graph="/mnt/docker-data" --storage-driver=overlay +ExecStart=/usr/bin/dockerd --graph=/mnt/docker-data --storage-driver=overlay ``` You can also set other environment variables in this file, for example, the