Signed-off-by: Chris Swan <chris.swan@iee.org>
| ... | ... |
@@ -98,7 +98,7 @@ directory: |
| 98 | 98 |
|
| 99 | 99 |
[Service] |
| 100 | 100 |
ExecStart= |
| 101 |
- ExecStart=/usr/bin/docker daemon -H fd:// --graph /mnt/docker-data --storage-driver=overlay |
|
| 101 |
+ ExecStart=/usr/bin/docker daemon -H fd:// --graph="/mnt/docker-data" --storage-driver=overlay |
|
| 102 | 102 |
|
| 103 | 103 |
You can also set other environment variables in this file, for example, the |
| 104 | 104 |
`HTTP_PROXY` environment variables described below. |