gvisor/runsc/sandbox
Kevin Krakauer 16d37973eb runsc: Add the "wait" subcommand.
Users can now call "runsc wait <container id>" to wait on a particular process
inside the container. -pid can also be used to wait on a specific PID.

Manually tested the wait subcommand for a single waiter and multiple waiters
(simultaneously 2 processes waiting on the container and 2 processes waiting on
a PID within the container).

PiperOrigin-RevId: 202548978
Change-Id: Idd507c2cdea613c3a14879b51cfb0f7ea3fb3d4c
2018-06-28 14:56:36 -07:00
..
BUILD Fix leaky FD 2018-06-04 11:52:17 -07:00
console.go Check in gVisor. 2018-04-28 01:44:26 -04:00
namespace.go Check in gVisor. 2018-04-28 01:44:26 -04:00
network.go Ignores IPv6 addresses when configuring network 2018-06-01 10:09:37 -07:00
sandbox.go runsc: Add the "wait" subcommand. 2018-06-28 14:56:36 -07:00
sandbox_test.go Restore implementation added to runsc. 2018-06-21 09:58:24 -07:00