run.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
run.go
@@ -66,7 +66,7 @@ } // Create Reid func Create(config string, typ, id string, gpu int, shm bool, ipc2Rule string, ruleMaxSize int, fn func(...interface{}), reserved map[string]interface{}) interface{} { func Create(config string, typ, id string, gpu int, shm bool, fn func(...interface{}), reserved map[string]interface{}) interface{} { cfg, err := common.ReadConfig(config) if err != nil {