gvisor/runsc
Nicolas Lacasse 67507bd579 runsc: Don't close the control server in a defer.
Closing the control server will block until all open requests have completed.
If a control server method panics, we end up stuck because the defer'd Destroy
function will never return.

PiperOrigin-RevId: 204354676
Change-Id: I6bb1d84b31242d7c3f20d5334b1c966bd6a61dbf
2018-07-12 13:36:57 -07:00
..
boot runsc: Don't close the control server in a defer. 2018-07-12 13:36:57 -07:00
cmd runsc: Don't close the control server in a defer. 2018-07-12 13:36:57 -07:00
container Skip overlay on root when its readonly 2018-07-03 12:01:09 -07:00
fsgofer Make fsgofer attach more strict 2018-06-04 18:04:54 -07:00
sandbox runsc: Add the "wait" subcommand. 2018-06-28 14:56:36 -07:00
specutils Modified error message for clarity. 2018-07-10 14:58:12 -07:00
test Created runsc and docker integration tests. 2018-07-11 09:37:28 -07:00
tools/dockercfg Add tool to configure runtime settings in docker 2018-06-20 13:01:16 -07:00
BUILD Refactor container_test in preparation for sandbox_test 2018-06-04 11:26:30 -07:00
main.go Sets the restore environment for restoring a container. 2018-06-29 14:47:40 -07:00