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 (
// Slice of drivers that should be used in an order
priority = []string{
"aufs",
"btrfs",
"zfs",
"overlay2",
"aufs",
"overlay",
"devicemapper",
"vfs",