Merge pull request #9027 from rscohn2/patch-1

recommend overlay2
This commit is contained in:
Usha Mandya
2019-07-09 18:43:50 +01:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ To accomplish this, set the following flags in the `daemon.json` file:
```none
{
"data-root": "/mnt/docker-data",
"storage-driver": "overlay"
"storage-driver": "overlay2"
}
```