Browse code

Fix --storage-driver example (and --graph)

Signed-off-by: Chris Swan <chris.swan@iee.org>

Chris Swan authored on 2015/12/25 02:02:58
Showing 1 changed files
... ...
@@ -98,7 +98,7 @@ directory:
98 98
 
99 99
     [Service]
100 100
     ExecStart=
101
-    ExecStart=/usr/bin/docker daemon -H fd:// --graph /mnt/docker-data --storage-driver=overlay
101
+    ExecStart=/usr/bin/docker daemon -H fd:// --graph="/mnt/docker-data" --storage-driver=overlay
102 102
 
103 103
 You can also set other environment variables in this file, for example, the
104 104
 `HTTP_PROXY` environment variables described below.