gvisor/runsc/test/integration
Nicolas Lacasse 4e6f0892c9 runsc: Support job control signals for the root container.
Now containers run with "docker run -it" support control characters like ^C and
^Z.

This required refactoring our signal handling a bit. Signals delivered to the
"runsc boot" process are turned into loader.Signal calls with the appropriate
delivery mode. Previously they were always sent directly to PID 1.

PiperOrigin-RevId: 217566770
Change-Id: I5b7220d9a0f2b591a56335479454a200c6de8732
2018-10-17 12:29:05 -07:00
..
BUILD Add sandbox to cgroup 2018-10-10 09:00:42 -07:00
exec_test.go runsc: Support job control signals for the root container. 2018-10-17 12:29:05 -07:00
integration.go Created runsc and docker integration tests. 2018-07-11 09:37:28 -07:00
integration_test.go runsc: Support job control signals for the root container. 2018-10-17 12:29:05 -07:00