浏览代码

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

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
unclejack 10 年之前
父节点
当前提交
0b2f734462
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/articles/systemd.md

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