From b5eef30f35b9c274eecd8accea065e4f1ef977fd Mon Sep 17 00:00:00 2001 From: Chris Swan Date: Thu, 24 Dec 2015 16:43:37 +0000 Subject: [PATCH] Fix --storage-driver example Signed-off-by: Chris Swan Upstream-commit: b6be4acfcc1d8801dc4250acd3701a7d3325334f Component: engine --- components/engine/docs/articles/systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/articles/systemd.md b/components/engine/docs/articles/systemd.md index 4f86c5f994..135918e15c 100644 --- a/components/engine/docs/articles/systemd.md +++ b/components/engine/docs/articles/systemd.md @@ -98,7 +98,7 @@ directory: [Service] ExecStart= - ExecStart=/usr/bin/docker daemon -H fd:// --graph /mnt/docker-data --storage-driver btrfs + ExecStart=/usr/bin/docker daemon -H fd:// --graph /mnt/docker-data --storage-driver=overlay You can also set other environment variables in this file, for example, the `HTTP_PROXY` environment variables described below.