Merge pull request #34430 from AkihiroSuda/promote-overlay2
graphdriver: promote overlay2 over aufs
This commit is contained in:
commit
2e38c07814
1 changed files with 1 additions and 1 deletions
|
@ -53,10 +53,10 @@ const (
|
|||
var (
|
||||
// Slice of drivers that should be used in an order
|
||||
priority = []string{
|
||||
"aufs",
|
||||
"btrfs",
|
||||
"zfs",
|
||||
"overlay2",
|
||||
"aufs",
|
||||
"overlay",
|
||||
"devicemapper",
|
||||
"vfs",
|
||||
|
|
Loading…
Reference in a new issue