Merge pull request #8373 from Iceber/shim_run

runtime/shim: rename RunManager to Run and remove `runc/v2/services` package
This commit is contained in:
Akihiro Suda
2023-05-12 00:46:46 +09:00
committed by GitHub
6 changed files with 65 additions and 205 deletions

View File

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