Ver Fonte

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

Signed-off-by: Chris Swan <chris.swan@iee.org>
Chris Swan há 9 anos atrás
pai
commit
5eef38d364
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/articles/systemd.md

+ 1 - 1
docs/articles/systemd.md

@@ -98,7 +98,7 @@ directory:
 
 
     [Service]
     [Service]
     ExecStart=
     ExecStart=
-    ExecStart=/usr/bin/docker daemon -H fd:// --graph /mnt/docker-data --storage-driver=overlay
+    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
 You can also set other environment variables in this file, for example, the
 `HTTP_PROXY` environment variables described below.
 `HTTP_PROXY` environment variables described below.