gvisor/runsc
Adin Scannell d0fd97541a Clean-up bazel wrapper.
The bazel server was being started as the wrong user, leading to issues
where the container would suddenly exit during a build.

We can also simplify the waiting logic by starting the container in two
separate steps: those that must complete first, then the asynchronous bit.

PiperOrigin-RevId: 323391161
2020-07-27 10:40:29 -07:00
..
boot Added stub FUSE filesystem 2020-07-23 17:13:24 -04:00
cgroup Merge pull request #2672 from amscanne:shim-integrated 2020-07-13 16:10:58 -07:00
cmd Prepare boot.Loader to support multi-container TTY 2020-07-14 12:02:03 -07:00
console Standardize on tools directory. 2020-01-27 12:21:00 -08:00
container Clean-up bazel wrapper. 2020-07-27 10:40:29 -07:00
debian Update shim to build using bazel. 2020-07-09 17:39:47 -07:00
flag
fsgofer test/syscall: run each test case in a separate network namespace 2020-07-25 01:04:45 -07:00
sandbox
specutils
BUILD
main.go Gate FUSE behind a runsc flag 2020-07-09 02:01:29 -04:00
version.go Fix `runsc --version` and add a test. 2019-09-10 15:41:47 -07:00
version_test.sh