mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix --storage-driver example (and --graph)
Signed-off-by: Chris Swan <chris.swan@iee.org>
This commit is contained in:
parent
b6be4acfcc
commit
5eef38d364
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ directory:
|
|||
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/docker daemon -H fd:// --graph /mnt/docker-data --storage-driver=overlay
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue