gvisor/runsc/container
Kevin Krakauer 9b3550f70b runsc: Add --pid flag to runsc kill.
--pid allows specific processes to be signalled rather than the container root
process or all processes in the container. containerd needs to SIGKILL exec'd
processes that timeout and check whether processes are still alive.

PiperOrigin-RevId: 217547636
Change-Id: I2058ebb548b51c8eb748f5884fb88bad0b532e45
2018-10-17 10:51:39 -07:00
..
BUILD Bump sandbox start and stop timeouts. 2018-10-16 20:34:10 -07:00
container.go runsc: Add --pid flag to runsc kill. 2018-10-17 10:51:39 -07:00
container_test.go runsc: Add --pid flag to runsc kill. 2018-10-17 10:51:39 -07:00
fs.go Don't fail if Root is readonly and is not a mount point 2018-09-30 23:23:03 -07:00
fs_test.go Put fsgofer inside chroot 2018-08-27 11:10:14 -07:00
hook.go Refactor the Sandbox package into Sandbox + Container. 2018-05-15 10:18:03 -07:00
multi_container_test.go runsc: Add --pid flag to runsc kill. 2018-10-17 10:51:39 -07:00
status.go Added code for a pause command for a container process. 2018-06-15 16:09:09 -07:00
test_app.go runsc: Add --pid flag to runsc kill. 2018-10-17 10:51:39 -07:00