gvisor/runsc/sandbox
Fabricio Voznika 491faac03b Implement 'runsc kill --all'
In order to implement kill --all correctly, the Sentry needs
to track all tasks that belong to a given container. This change
introduces ContainerID to the task, that gets inherited by all
children. 'kill --all' then iterates over all tasks comparing the
ContainerID field to find all processes that need to be signalled.

PiperOrigin-RevId: 214841768
Change-Id: I693b2374be8692d88cc441ef13a0ae34abf73ac6
2018-09-27 15:00:58 -07:00
..
BUILD runsc: Support container signal/wait. 2018-09-13 16:38:03 -07:00
chroot.go Set Sandbox.Chroot so it gets cleaned up upon destruction 2018-09-20 18:54:09 -07:00
network.go Enable network for multi-container 2018-09-06 11:00:08 -07:00
sandbox.go Implement 'runsc kill --all' 2018-09-27 15:00:58 -07:00