From 78b8638d295bdcb90efe4c67b473b618124735b3 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Fri, 15 May 2015 00:14:39 -0700 Subject: [PATCH] use aufs by default --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {