mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs/articles/systemd: correct --storage-driver
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
This commit is contained in:
parent
68b0ed54cb
commit
0b2f734462
1 changed files with 1 additions and 1 deletions
|
@ -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
|
This will allow us to add extra flags to the `/etc/sysconfig/docker` file by
|
||||||
setting `OPTIONS`:
|
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
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue