Merge pull request #11962 from vbatts/vbatts-promote_overlay
graphdriver: promote overlay above vfs Upstream-commit: ded5c73debbf867e17ea611407b76ce2bf043651 Component: engine
This commit is contained in:
@@ -39,9 +39,8 @@ var (
|
||||
"aufs",
|
||||
"btrfs",
|
||||
"devicemapper",
|
||||
"vfs",
|
||||
// experimental, has to be enabled manually for now
|
||||
"overlay",
|
||||
"vfs",
|
||||
}
|
||||
|
||||
ErrNotSupported = errors.New("driver not supported")
|
||||
|
||||
Reference in New Issue
Block a user