containerd/runtime/v2/runc/manager
wllenyj f710505f4a shim: fix debug flag not working
As we know, shim starts twice. The first time we execute the shim with the
`start` arguments, the `-debug` argument is passed to the shim
process correctly. But the second time we execute shim, the debug flag
is ignored.

Signed-off-by: wllenyj <wllenyj@linux.alibaba.com>
2022-05-11 22:09:12 +08:00
..
manager_linux.go shim: fix debug flag not working 2022-05-11 22:09:12 +08:00