mirror of https://github.com/docker/docs.git
Typo on storage-driver options in daemon.json (#2419)
This commit is contained in:
parent
978982bbed
commit
0c789392b1
|
@ -55,7 +55,7 @@ To accomplish this, set the following flags in the `daemon.json` file:
|
|||
```none
|
||||
{
|
||||
"graph": "/mnt/docker-data",
|
||||
"storage-drivers": "overlay"
|
||||
"storage-driver": "overlay"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue