containers / containers/bubblewrap
move fs templating out via static copy, handling /tmp
Open
- Dominant language
- C
- Stars
- 8.7k
- Forks
- 386
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 11
Description
Right now we have a lot of API surface to create files and such. Are we sure we need an internal tmpfs in order to pivot cleanly? If we assume the host's `/tmp` is tmpfs, it seems not so bad to just leak that? Maybe....or maybe we change systemd to mount /run/user/$uid/tmpfs as a separate fs by default? (Or use FUSE...)
Actually regarding /tmp, in fact, we should probably use `/tmp/containers-XXXXX` for `/tmp` in the container so that the host's systemd-tmpfiles cleans it up properly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.