示例#1
0
func init() {
	graphdriver.Register("devicemapper", Init)
}
示例#2
0
func init() {
	graphdriver.Register("aufs", Init)
}
示例#3
0
func init() {
	graphdriver.Register("overlay", Init)
}