From cdd7eba5958ecb9b3682663034949d7fe7c423ad Mon Sep 17 00:00:00 2001 From: unclejack Date: Fri, 6 Feb 2015 10:52:09 +0200 Subject: [PATCH] docs/articles/systemd: correct --storage-driver Signed-off-by: Cristian Staretu Upstream-commit: 0b2f734462df3062acefe4bc4bd14d0604bae286 Component: engine --- components/engine/docs/sources/articles/systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/articles/systemd.md b/components/engine/docs/sources/articles/systemd.md index 141deac306..fddd146b07 100644 --- a/components/engine/docs/sources/articles/systemd.md +++ b/components/engine/docs/sources/articles/systemd.md @@ -59,7 +59,7 @@ In this example, we'll assume that your `docker.service` file looks something li This will allow us to add extra flags to the `/etc/sysconfig/docker` file by setting `OPTIONS`: - OPTIONS="--graph /mnt/docker-data --storage btrfs" + OPTIONS="--graph /mnt/docker-data --storage-driver btrfs" You can also set other environment variables in this file, for example, the `HTTP_PROXY` environment variables described below.