gvisor/runsc/container/test_app
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
..
BUILD Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00
fds.go Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00
test_app.go Give each container a distinct MountNamespace. 2019-07-23 14:37:07 -07:00