use aufs by default

This commit is contained in:
Brad Rydzewski 2015-05-15 00:14:39 -07:00
parent 4c1c1670d0
commit 78b8638d29
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ func main() {
// Set the storage driver
if len(vargs.Storage) == 0 {
vargs.Storage = "devicemapper"
vargs.Storage = "aufs"
}
stop := func() {