Skip to content

Commit

Permalink
graphdriver: promote overlay2 over aufs
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Aug 8, 2017
1 parent 202cf00 commit fd6ffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/graphdriver/driver_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fd6ffc2

Please sign in to comment.