Y
Hacker News
new
|
ask
|
show
|
jobs
by
IshKebab
458 days ago
Pretty much how Plan 9 works IIRC. I think Fuchsia might have a similar idea.
2 comments
jbverschoor
457 days ago
I made shell-container for myself which works fine for me (link below). I just run shell and I’m in a new/stateful container with only that for mounted. Works pretty well, but has some quirks here and there
https://github.com/jrz/container-shell
link
anthk
457 days ago
Not directory but maybe processes with namespaces. rfork controls that, and then you have bind.
link
https://github.com/jrz/container-shell