Skip to content

Releases: apple/container

0.1.0

09 Jun 22:22
0.1.0
0fd8692
Compare
Choose a tag to compare

🎉 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 Swift package for low level container, image, and process management.