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