runtime/shim: rename RunManager to Run

Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
This commit is contained in:
Iceber Gu
2023-04-11 14:55:04 +08:00
parent 6ec1c591dd
commit b71f4b7518
3 changed files with 9 additions and 99 deletions

View File

@@ -28,5 +28,5 @@ import (
)
func main() {
shim.RunManager(context.Background(), manager.NewShimManager("io.containerd.runc.v2"))
shim.Run(context.Background(), manager.NewShimManager("io.containerd.runc.v2"))
}