gvisor/runsc/container
Nicolas Lacasse 7a6412cb0b runsc: Allow state transition from Creating to Stopped.
This can happen if an error is encountered during Create() which causes the
container to be destroyed and set to state Stopped.

Without this transition, errors during Create get hidden by the later panic.

PiperOrigin-RevId: 215599193
Change-Id: Icd3f42e12c685cbf042f46b3929bccdf30ad55b0
2018-10-03 11:49:40 -07:00
..
BUILD runsc: Support job control signals in "exec -it". 2018-10-01 22:06:56 -07:00
container.go runsc: Allow state transition from Creating to Stopped. 2018-10-03 11:49:40 -07:00
container_test.go runsc: Support job control signals in "exec -it". 2018-10-01 22:06:56 -07:00
fs.go Don't fail if Root is readonly and is not a mount point 2018-09-30 23:23:03 -07:00
fs_test.go Put fsgofer inside chroot 2018-08-27 11:10:14 -07:00
hook.go Refactor the Sandbox package into Sandbox + Container. 2018-05-15 10:18:03 -07:00
multi_container_test.go Fix arithmetic error in multi_container_test. 2018-10-03 10:47:52 -07:00
status.go Added code for a pause command for a container process. 2018-06-15 16:09:09 -07:00
test_app.go Make runsc kill and delete more conformant to the "spec" 2018-09-28 12:22:21 -07:00