graphdriver: promote overlay2 over aufs

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2017-08-08 04:22:11 +00:00
parent 202cf001dd
commit fd6ffc2337
1 changed files with 1 additions and 1 deletions

View File

@ -53,10 +53,10 @@ const (
var ( var (
// Slice of drivers that should be used in an order // Slice of drivers that should be used in an order
priority = []string{ priority = []string{
"aufs",
"btrfs", "btrfs",
"zfs", "zfs",
"overlay2", "overlay2",
"aufs",
"overlay", "overlay",
"devicemapper", "devicemapper",
"vfs", "vfs",