mirror of https://github.com/docker/docs.git
recommend overlay2
This commit is contained in:
parent
b18887805e
commit
02cf8cf5b5
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue