use aufs by default
This commit is contained in:
parent
4c1c1670d0
commit
78b8638d29
2
main.go
2
main.go
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user