containerd/runtime/v2/runc
Michael Crosby bc1ff51411 Don't block on STDIN open
This was found testing other runtime shims that are faster than runc(no
containerization).  This is a race that can cause the shim to block
forever.  It's not an issue for out/err because we open both sides of
the pipe, but for stdin, it expects the client to have it opened.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-08-27 10:44:53 -04:00
..
options Fixes for runtimev2 and checkpoint restore 2018-07-20 12:09:29 -04:00
epoll.go Add oom events to shim 2018-07-17 16:52:05 -04:00
service_linux.go Don't block on STDIN open 2018-08-27 10:44:53 -04:00
service.go Don't block on STDIN open 2018-08-27 10:44:53 -04:00