Tech News
← Back to articles

Red Hat takes on Docker Desktop with its enterprise Podman Desktop build

read original related products more articles

Red Hat is perhaps the biggest name in enterprise Linux, but it’s also a major cloud-native player thanks to its Kubernetes distribution, OpenShift. What it hasn’t had, though, is a supported, enterprise build of its own open source, container-oriented desktop app… until now. The recent release of the Red Hat build of Podman Desktop is the company’s bet that a tight integration with OpenShift and Red Hat Enterprise Linux (RHEL) will make Podman Desktop’s container-native workflows attractive to corporate developers.

Podman Desktop is a popular, open source Docker‑compatible container engine. It features a graphical front end that enables developers to manage containers, images, pods, and local Kubernetes from a single UI.

Why?

Red Hat contributed it to the Cloud Native Computing Foundation in January 2025, where it is currently a sandbox project. So if Red Hat already supports Podman, why launch this new version? According to Red Hat, customers were asking for it.

“Until now, many teams have had to rely on unsupported open source tools or alternatives that lack the service-level agreements (SLAs) required for work,” the company writes in its announcement. “The Red Hat build of Podman Desktop is a vendor-backed solution that comes with official Red Hat support, providing access to security fixes, product engineers and container experts. For IT decision-makers and platform engineers, this means more predictable lifecycle management, security patching, and the ability to manage container tools across thousands of workstations from Day 1.”

What the Red Hat build of Podman Desktop brings to the table is a vendor-backed desktop application for Linux, macOS, and Windows. It includes access to Red Hat support, security fixes, and product engineering.

Enterprise-ready desktop container management

Positioned as “enterprise-ready local container development,” it is currently in technical preview and available through Red Hat’s developer channels for qualified customers. Red Hat pitches the offering as a way to lower the barrier to using containers by allowing developers to build, run, and debug containers and pods without deep command-line knowledge, while still aligning with corporate platforms and policies.

Technically, this new build comes with — Surprise! — tighter coupling with OpenShift and local Kubernetes environments. This move reflects Red Hat’s broader strategy to make the laptop a faithful stand‑in for production clusters.

From the Podman Desktop GUI, developers can group containers into pods, generate Kubernetes YAML, and deploy to local clusters such as Kind or Minikube, as well as to remote OpenShift clusters and services like Red Hat OpenShift Local and Developer Sandbox. The Red Hat build adds curated extensions for building and testing Open Container Initiative-compliant bootable container images tied to RHEL “image mode.”

... continue reading