Docker
Asked on 06/16/2025
1 search
The topic of Docker wasn't directly covered in the provided WWDC sessions. However, Apple introduced a new open-source framework called Containerization during the session titled "Meet Containerization" at WWDC 2025. This framework is designed for building containerized applications with a focus on security, privacy, and performance. It provides APIs for image management, container execution, and a powerful INIT system built in Swift. The session also discussed how containerization allows developers to package applications and their dependencies into a single deployable unit, similar to Docker.
For more details, you can check out the session Meet Containerization (00:00:00).

What’s new in privacy
At Apple, we believe privacy is a fundamental human right. Learn about new and improved permission flows and other features that manage data in a privacy-preserving way, so that you can focus on creating great app experiences.

Meet Containerization
Meet Containerization, an open source project written in Swift to create and run Linux containers on your Mac. Learn how Containerization approaches Linux containers securely and privately. Discover how the open-sourced Container CLI tool utilizes the Containerization package to provide simple, yet powerful functionality to build, run, and deploy Linux Containers on Mac.

What’s new in Swift
Join us for an update on Swift. We’ll talk about workflow improvements that make you more productive, and new and modernized library APIs for fundamental programming tasks. We’ll show examples of Swift adoption throughout more layers of the software stack. Finally, we’ll explore new language features for both improving approachability of concurrency, and achieving peak performance when you need it.