0.1.0
apple/container0.1.0Jun 9, 2025by egernst
AI Summary
This is the initial release of the `container` tool, designed to create and run Linux containers as lightweight virtual machines on Macs using Swift and optimized for Apple Silicon. The tool supports OCI-compliant container images, allowing users to pull, run, and push images from standard registries.
Key Highlights
- Initial release of container
- Create and run Linux containers as lightweight virtual machines on Mac
- Support for OCI-compliant container images
- Uses the Containerization Swift package for low-level management
New Features
- Create and run Linux containers as lightweight virtual machines on Mac
- Support for OCI-compliant container images
- Uses the Containerization Swift package
Full Release Notes
🎉 Initial release of container `container` is a tool that you can use to create and run Linux containers as lightweight virtual machines on your Mac. It's written in Swift, and optimized for Apple silicon. The tool consumes and produces OCI-compliant container images, so you can pull and run images from any standard container registry. You can push images that you build to those registries as well, and run the images in any other OCI-compliant application. `container` uses the [Containerization](https://github.com/apple/containerization) Swift package for low level container, image, and process management.