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
commit 792742a20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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