0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-09 17:20:39 +00:00

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
if len(vargs.Storage) == 0 {
vargs.Storage = "devicemapper"
vargs.Storage = "aufs"
}
stop := func() {