WWDC 2025: Containerization

Yep!

More specifically, the apple/containerization repo is a swift library for setting up lightweight virtual machines and provides APIs to manage container images, file systems, networking, runtime environments, processes, etc.

The apple/containers repo is a CLI project for configuring, managing, and running containers, like docker. It’s built on the containerization library.

The nice thing is that it’s pretty trivial to write a GUI, integrate containers into another project, or whatever, using these repos.

I don’t envy the devs right now— GenAI and ITOps bros have descended upon them with demands. They seem to be taking it in stride, though.
 
Last edited:
Back
Top