Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an bubblewrap entrypoint option #4

Open
DrRuhe opened this issue Oct 13, 2023 · 0 comments
Open

Add an bubblewrap entrypoint option #4

DrRuhe opened this issue Oct 13, 2023 · 0 comments

Comments

@DrRuhe
Copy link
Owner

DrRuhe commented Oct 13, 2023

bubblewrap is a tool to wrap a process in a sandbox. This would allow the following:

  • avoiding the PID1 problem(i.e. the kernel handles PID1 process signals differently, leading to unintuitive behavior)
  • easy mapping of options like env vars and volumes

It obviously has the downside of incurring a small overhead, but every solution to setup an environment for a process has this overhead so I guess its best to use the easiest option available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant