use aufs by default

This commit is contained in:
Brad Rydzewski 2015-05-15 00:14:39 -07:00
parent 4c1c1670d0
commit 78b8638d29

View File

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