mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #11962 from vbatts/vbatts-promote_overlay
graphdriver: promote overlay above vfs
This commit is contained in:
commit
ded5c73deb
1 changed files with 1 additions and 2 deletions
|
@ -39,9 +39,8 @@ var (
|
||||||
"aufs",
|
"aufs",
|
||||||
"btrfs",
|
"btrfs",
|
||||||
"devicemapper",
|
"devicemapper",
|
||||||
"vfs",
|
|
||||||
// experimental, has to be enabled manually for now
|
|
||||||
"overlay",
|
"overlay",
|
||||||
|
"vfs",
|
||||||
}
|
}
|
||||||
|
|
||||||
ErrNotSupported = errors.New("driver not supported")
|
ErrNotSupported = errors.New("driver not supported")
|
||||||
|
|
Loading…
Add table
Reference in a new issue