diff --git a/main.go b/main.go index a36ad8b..77ab1bc 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ func main() { // Set the storage driver if len(vargs.Storage) == 0 { - vargs.Storage = "devicemapper" + vargs.Storage = "aufs" } stop := func() {