A tool for managing OCI containers and pods.
Podman 6 introduces a revamped Windows installer, allowing users to install without administrative privileges, simplifying enterprise usage. The transition to a Dual-Purpose MSI package improves reliability by separating virtualization setup from the installer. Additionally, compatibility with community package managers like Scoop and Chocolatey enhances user experience. Feedback is encouraged for further improvements.
For Windows users on Hyper-V, certain common tasks, such as machine creation and removal, required a trip to the IT help desk for administrative approval. With the upcoming release of Podman 6, we are breaking down this barrier. After an initial setup performed by an admin, it will be possible to manage Hyper-V-based Podman machines…

With the release of Podman 6.0, an improvement for enterprise users and developers behind corporate proxies is the new automatic import of host certificates for the Podman machine.
We’re thrilled to announce that Podman v6.0.0 is now available! This major release brings a host of significant improvements and new features designed to enhance your container management experience. You can find the latest release on our GitHub, and it will be rolling out to your favorite package managers very soon. Many thanks to all…
Podman 6 is about to be released soon, so I would like to talk about the biggest change we made: a major rework of how we handle and parse our configuration files. This does not just affect Podman but also Buildah, Skopeo, and many other tools building on top of our underlying go.podman.io/image and go.podman.io/storage…
“It works on my machine” is a dangerous phrase in our line of work. While Podman runs natively on Linux, utilizing the kernel directly, the experience on macOS and Windows is different. These platforms require a virtual machine to provide the necessary Linux environment. This virtualization layer introduces overhead that often leads to user complaints…

Several of the containers projects are going to change their go import paths. Some of this work had been when we made the monorepo container-libs; where we moved storage, common, and image into a singular repository. The moves that are taking place now are not nearly as extreme and the motivations are also different. We…
If you are a developer using Podman on macOS or Windows, you might have noticed that certain operations, specifically building images with large contexts or loading large image tarballs, can sometimes feel slower compared to native Linux or Docker. I’ve spent some time investigating this performance gap, and my research led me to a recent…
In this post, I am going to share my journey as an LFX Mentee. I worked with the Podman Container Tools organization to solve a specific networking issue in Netavark using Rust. What is LFX Mentorship? It is a remote program organized by the Linux Foundation. It is designed to help people start contributing to…

Earlier this year, my colleague Jan Rodak worked on Accelerating Parallel Layer Removal. It worked out so well that we wanted to tackle the other side of the problem: Layer Creation. Layer creation is even slower than removal as we must write all data to disk and not just just unlink files so there is…
Sign up with your email address to receive updates by email from this website.