Podman 6 landed on October 15, 2025, bringing a slimmer default virtual machine and a few command tweaks.
The new version reduces the machine disk image from 5 GB to 2 GB out of the box, a change that can be overridden with podman machine init --disk-size <size> at creation time. The podman machine start command now automatically launches an SSH session when invoked as podman machine ssh, eliminating a manual step. A fresh podman machine rm --force flag also clears lingering resources without prompting.
These tweaks matter because Podman’s machine feature is its primary way to run containers on macOS and Windows, where a Linux VM is still required. A smaller VM means faster spin‑up, lower storage use, and smoother CI pipelines that spin containers on developer laptops. The tighter command flow brings the experience a step closer to Docker’s single‑command model, which could sway teams still debating between the two runtimes.
Podman remains the go‑to daemonless alternative for developers seeking compliance‑friendly container tooling, and the 6.0 updates tighten its niche without any fanfare.
