func init() {
	graphdriver.Register("devicemapper", Init)
}
Example #2
0
func init() {
	graphdriver.Register("aufs", Init)
}