gvisor/runsc
Nicolas Lacasse e215b9970a runsc: Pass root container's stdio via FD.
We were previously using the sandbox process's stdio as the root container's
stdio. This makes it difficult/impossible to distinguish output application
output from sandbox output, such as panics, which are always written to stderr.

Also close the console socket when we are done with it.

PiperOrigin-RevId: 215585180
Change-Id: I980b8c69bd61a8b8e0a496fd7bc90a06446764e0
2018-10-03 10:32:03 -07:00
..
boot runsc: Pass root container's stdio via FD. 2018-10-03 10:32:03 -07:00
cmd runsc: Pass root container's stdio via FD. 2018-10-03 10:32:03 -07:00
console runsc: Pass root container's stdio via FD. 2018-10-03 10:32:03 -07:00
container runsc: Support job control signals in "exec -it". 2018-10-01 22:06:56 -07:00
fsgofer Run gofmt -s on everything 2018-09-21 14:06:59 -07:00
sandbox runsc: Pass root container's stdio via FD. 2018-10-03 10:32:03 -07:00
specutils Switch to root in userns when CAP_SYS_CHROOT is also missing 2018-09-28 09:44:13 -07:00
test Bump some timeouts in the image tests. 2018-10-02 17:28:09 -07:00
tools/dockercfg Add tool to configure runtime settings in docker 2018-06-20 13:01:16 -07:00
BUILD runsc: Pass log and config files to sandbox process by FD. 2018-09-04 20:10:01 -07:00
main.go Make multi-container the default mode for runsc 2018-10-01 10:31:17 -07:00