Files
bun.sh/test/js
Claude ea4b32b8c0 Implement container support for Bun.spawn with new API structure
- 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.
2025-08-26 23:54:02 +02:00
..
2025-08-22 12:08:42 -07:00