mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
- Add comprehensive Linux container implementation with namespaces, cgroups, and fs mounts - Implement new API: container.namespace, container.fs, container.limit - Add PR_SET_PDEATHSIG for parent death signal handling - Include cgroup freezer for better cleanup guarantees - Add detailed error codes for different failure modes Note: Implementation compiles but crashes at runtime due to errno conversion issues. Needs debugging to fix error handling in namespace setup code. See CONTAINER_IMPLEMENTATION.md for full details and honest assessment.