gvisor/runsc/cmd
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
..
BUILD Add 'runsc do' command 2019-04-11 17:54:34 -07:00
boot.go Cleanup around urpc file payload handling 2019-05-15 14:36:28 -07:00
capability.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
checkpoint.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
chroot.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
cmd.go runsc/do: do a proper cleanup if a command failed due to internal errors 2019-05-23 22:28:38 -07:00
create.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
debug.go Add support for collecting execution trace to runsc. 2019-05-30 12:07:11 -07:00
delete.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
delete_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
do.go runsc/do: don't specify the read-only flag for the root mount 2019-05-30 12:06:42 -07:00
events.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
exec.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00
exec_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
gofer.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
gofer_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
kill.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
list.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
path.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pause.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
ps.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
restore.go Fix runsc restore to be compatible with docker start --checkpoint ... 2019-05-03 21:41:45 -07:00
resume.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
run.go Fix runsc restore to be compatible with docker start --checkpoint ... 2019-05-03 21:41:45 -07:00
spec.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
start.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
wait.go Remove 'clearStatus' option from container.Wait*PID() 2019-06-03 18:16:09 -07:00