gvisor/runsc/cmd
Lantao Liu bde2a91433 runsc: Support container signal/wait.
This CL:
1) Fix `runsc wait`, it now also works after the container exits;
2) Generate correct container state in Load;
2) Make sure `Destory` cleanup everything before successfully return.

PiperOrigin-RevId: 212900107
Change-Id: Ie129cbb9d74f8151a18364f1fc0b2603eac4109a
2018-09-13 16:38:03 -07:00
..
BUILD Add seccomp filter to fsgofer 2018-08-30 17:30:19 -07:00
boot.go platform: Pass device fd into platform constructor. 2018-09-11 13:09:46 -07:00
capability.go Fix lint errors 2018-06-25 10:41:27 -07:00
checkpoint.go runsc: Support container signal/wait. 2018-09-13 16:38:03 -07:00
cmd.go Error out if spec is invalid 2018-06-28 09:57:27 -07:00
create.go runsc: Pass log and config files to sandbox process by FD. 2018-09-04 20:10:01 -07:00
debug.go runsc: Support container signal/wait. 2018-09-13 16:38:03 -07:00
delete.go runsc: do not delete in paused state. 2018-09-06 11:06:19 -07:00
delete_test.go runsc: Support abbreviated container IDs. 2018-06-06 16:13:53 -07:00
events.go runsc: Enable container creation within existing sandboxes. 2018-06-19 21:44:33 -07:00
exec.go runsc: Add exec flag that specifies where to save the sandbox-internal pid. 2018-09-12 15:23:35 -07:00
exec_test.go Check in gVisor. 2018-04-28 01:44:26 -04:00
gofer.go runsc: fix container rootfs path. 2018-09-04 13:37:40 -07:00
kill.go runsc: Support runsc kill multi-container. 2018-09-05 21:14:56 -07:00
list.go Refactor the Sandbox package into Sandbox + Container. 2018-05-15 10:18:03 -07:00
path.go runsc: fix container rootfs path. 2018-09-04 13:37:40 -07:00
pause.go Added code for a pause command for a container process. 2018-06-15 16:09:09 -07:00
ps.go runsc: Enable container creation within existing sandboxes. 2018-06-19 21:44:33 -07:00
restore.go Moved restore code out of create and made to be called after create. 2018-07-18 16:58:30 -07:00
resume.go Added a resume command to unpause a paused container. 2018-06-19 15:23:36 -07:00
run.go runsc: Pass log and config files to sandbox process by FD. 2018-09-04 20:10:01 -07:00
start.go Refactor the Sandbox package into Sandbox + Container. 2018-05-15 10:18:03 -07:00
state.go Put fsgofer inside chroot 2018-08-27 11:10:14 -07:00
wait.go runsc: `runsc wait` print wait status. 2018-07-03 11:58:12 -07:00