Parcourir la source

Fix --storage-driver example

Signed-off-by: Chris Swan <chris.swan@iee.org>
Chris Swan il y a 9 ans
Parent
commit
b6be4acfcc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/articles/systemd.md

+ 1 - 1
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.