Reading up on Containerization
2 deep · digging since jun 10
- kern: fast rootless container sandbox and virtual resource runtime
Kern is a 1.52 MB, daemonless, rootless container runtime that starts kernel-enforced sandboxes from OCI images in ~3.5 ms, with Python/Node SDKs and MCP server for AI-generated code.
- GitHub - apple/container: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
Apple released an open-source tool, `container`, that creates and runs OCI-compatible Linux containers as lightweight VMs on macOS 26+ Apple Silicon Macs.