Update containerd to c0c6b51179.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2019-10-04 13:31:07 -07:00
parent 22b18262e7
commit 4e2b4aa972
70 changed files with 2907 additions and 954 deletions

View File

@@ -261,6 +261,7 @@ process := &libcontainer.Process{
Stdin: os.Stdin,
Stdout: os.Stdout,
Stderr: os.Stderr,
Init: true,
}
err := container.Run(process)