Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.18.0
-
None
-
None
-
None
Description
Containers all share the same /tmp directory which is outside containers' sandbox directories.
Instead, on Linux for containers in separate mount namespace we could bind mount a [sandbox]/tmp into /tmp. This keeps files separate between containers and ensures the lifetime of a container's tmp dir matches that of the sandbox.
Attachments
Issue Links
- duplicates
-
MESOS-1586 Isolate system directories, e.g., per-container /tmp
- Resolved