gvisor/runsc/container
Fabricio Voznika d28f71adcf Remove 'clearStatus' option from container.Wait*PID()
clearStatus was added to allow detached execution to wait
on the exec'd process and retrieve its exit status. However,
it's not currently used. Both docker and gvisor-containerd-shim
wait on the "shim" process and retrieve the exit status from
there. We could change gvisor-containerd-shim to use waits, but
it will end up also consuming a process for the wait, which is
similar to having the shim process.

Closes #234

PiperOrigin-RevId: 251349490
2019-06-03 18:16:09 -07:00
..
test_app runsc: move test_app in a separate directory 2019-05-02 19:27:27 -07:00
BUILD runsc: move test_app in a separate directory 2019-05-02 19:27:27 -07:00
console_test.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00
container.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00
container_test.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00
hook.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
multi_container_test.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00
shared_volume_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
status.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00