gvisor/runsc/container
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
..
test_app Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00
BUILD Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
console_test.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
container.go Fix various spelling issues in the documentation 2019-06-27 14:25:50 -07:00
container_test.go Don't try to execute a file that is not regular. 2019-07-08 12:56:48 -07:00
hook.go Update canonical repository. 2019-06-13 16:50:15 -07:00
multi_container_test.go Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00
shared_volume_test.go Add Container/Sandbox args struct for creation 2019-06-18 14:46:49 -07:00
status.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00