Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
| ... | ... |
@@ -59,7 +59,7 @@ In this example, we'll assume that your `docker.service` file looks something li |
| 59 | 59 |
This will allow us to add extra flags to the `/etc/sysconfig/docker` file by |
| 60 | 60 |
setting `OPTIONS`: |
| 61 | 61 |
|
| 62 |
- OPTIONS="--graph /mnt/docker-data --storage btrfs" |
|
| 62 |
+ OPTIONS="--graph /mnt/docker-data --storage-driver btrfs" |
|
| 63 | 63 |
|
| 64 | 64 |
You can also set other environment variables in this file, for example, the |
| 65 | 65 |
`HTTP_PROXY` environment variables described below. |