mirror of
https://github.com/containerd/containerd.git
synced 2026-07-12 02:26:11 +00:00
Until we have a way to preserve the initial command used to start the container, we have to default to the default `runc` found on the $PATH. This code after the last refactor of shim/API is incorrectly using the gRPC object reference of the v1 runtime as a binary name which causes os.Exec() errors. Signed-off-by: Phil Estes <estesp@gmail.com> Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>