Browse code

docs/articles/systemd: correct --storage-driver

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>

unclejack authored on 2015/02/06 17:52:09
Showing 1 changed files
... ...
@@ -59,7 +59,7 @@ In this example, we'll assume that your `docker.service` file looks something li
59 59
 This will allow us to add extra flags to the `/etc/sysconfig/docker` file by
60 60
 setting `OPTIONS`:
61 61
 
62
-    OPTIONS="--graph /mnt/docker-data --storage btrfs"
62
+    OPTIONS="--graph /mnt/docker-data --storage-driver btrfs"
63 63
 
64 64
 You can also set other environment variables in this file, for example, the
65 65
 `HTTP_PROXY` environment variables described below.