containerd/runtime/v2/shim
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
..
publisher.go Remove gogoproto.stdtime 2022-04-19 13:39:30 +00:00
shim_darwin.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
shim_freebsd.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
shim_linux.go Integrate sys.SetSubreaper, sys.GetSubreaper in sys/reaper package 2020-05-04 08:44:02 +02:00
shim_test.go Use t.Setenv instead of os.Setenv 2022-04-01 13:53:17 -07:00
shim_unix.go shimv2: handle sigint/sigterm 2022-01-25 17:57:28 +00:00
shim_windows.go shimv2: handle sigint/sigterm 2022-01-25 17:57:28 +00:00
shim.go shim: fix debug flag not working 2022-05-11 22:09:12 +08:00
util_unix.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
util_windows.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
util.go Consolidate gogo/protobuf dependencies under our own protobuf package 2022-04-19 15:53:36 +00:00