graphdriver: promote overlay2 over aufs
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp> Upstream-commit: fd6ffc2337aedf1019582851fe0cf4f6f33f113a Component: engine
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user