recommend overlay2

This commit is contained in:
Robert Cohn 2019-07-03 14:55:30 -04:00 committed by GitHub
parent b18887805e
commit 02cf8cf5b5
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
{
"data-root": "/mnt/docker-data",
"storage-driver": "overlay"
"storage-driver": "overlay2"
}
```