gvisor/runsc
Nicolas Lacasse 04cbb13ce9 Give each container a distinct MountNamespace.
This keeps all container filesystem completely separate from eachother
(including from the root container filesystem), and allows us to get rid of the
"__runsc_containers__" directory.

It also simplifies container startup/teardown as we don't have to muck around
in the root container's filesystem.

PiperOrigin-RevId: 259613346
2019-07-23 14:37:07 -07:00
..
boot Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00
cgroup Update canonical repository. 2019-06-13 16:50:15 -07:00
cmd Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
console Always set SysProcAttr.Ctty to an FD in the child's FD table. 2019-06-26 11:27:31 -07:00
container Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00
debian runsc: add a bazel target to build a debian package 2019-05-03 11:43:43 -07:00
fsgofer Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
sandbox Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
specutils Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
test Make runAllTests() consistent with listTests(). 2019-07-23 13:32:43 -07:00
tools/dockercfg Fix runsc restore to be compatible with docker start --checkpoint ... 2019-05-03 21:41:45 -07:00
BUILD Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
main.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
version.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00