mirror of
https://github.com/opencontainers/runc.git
synced 2026-04-23 07:21:09 +08:00
@@ -8,6 +8,10 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
var (
|
||||
HookNameList = []HookName{Prestart, CreateRuntime, CreateContainer, StartContainer, Poststart, Poststop}
|
||||
)
|
||||
|
||||
func loadConfig(name string) (*Config, error) {
|
||||
f, err := os.Open(filepath.Join("../sample_configs", name))
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user