Typo on storage-driver options in daemon.json (#2419)

This commit is contained in:
Tanguy ⧓ Herrmann 2017-03-21 19:45:45 +01:00 committed by John Mulhausen
parent 978982bbed
commit 0c789392b1
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
```