Skip to content

Commit

Permalink
graphdriver: promote overlay driver to first
Browse files Browse the repository at this point in the history
Upgrade overlayfs to first place, now that this will not break driver
usage on existing installs.

Signed-off-by: Vincent Batts <vbatts@redhat.com>
  • Loading branch information
vbatts committed Apr 1, 2015
1 parent a74e352 commit 75aec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/graphdriver/driver.go
Expand Up @@ -36,10 +36,10 @@ var (
drivers map[string]InitFunc
// Slice of drivers that should be used in an order
priority = []string{
"overlay",
"aufs",
"btrfs",
"devicemapper",
"overlay",
"vfs",
}

Expand Down

0 comments on commit 75aec33

Please sign in to comment.