Esempio n. 1
0
func init() {
	graphdriver.Register("overlay", Init)
}
Esempio n. 2
0
func init() {
	graphdriver.Register("aufs", Init)
}
Esempio n. 3
0
func init() {
	graphdriver.Register("vbox", Init)
}
Esempio n. 4
0
func init() {
	graphdriver.Register("devicemapper", Init)
}