<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mykhailo</title>
    <description>The latest articles on DEV Community by Mykhailo (@yetmike).</description>
    <link>https://dev.to/yetmike</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3901143%2F338ae527-f75c-4c2d-846c-358209ca021f.jpg</url>
      <title>DEV Community: Mykhailo</title>
      <link>https://dev.to/yetmike</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yetmike"/>
    <language>en</language>
    <item>
      <title>Podman Lost to Docker. I Stopped Fighting It.</title>
      <dc:creator>Mykhailo</dc:creator>
      <pubDate>Mon, 27 Apr 2026 20:18:32 +0000</pubDate>
      <link>https://dev.to/yetmike/podman-lost-to-docker-i-stopped-fighting-it-21hi</link>
      <guid>https://dev.to/yetmike/podman-lost-to-docker-i-stopped-fighting-it-21hi</guid>
      <description>&lt;p&gt;Most "Podman vs Docker" articles treat it as a technical comparison. It isn't. It's a migration cost problem.&lt;/p&gt;

&lt;p&gt;The technical case for Podman is real: rootless by default (not opt-in like &lt;a href="https://docs.docker.com/engine/security/rootless/" rel="noopener noreferrer"&gt;Docker's 20.10 mode&lt;/a&gt;), no &lt;code&gt;dockerd&lt;/code&gt; running as root, no &lt;a href="https://www.docker.com/pricing/" rel="noopener noreferrer"&gt;$9–15/user/month&lt;/a&gt; for Docker Desktop, and &lt;a href="https://www.redhat.com/en/blog/quadlet-podman" rel="noopener noreferrer"&gt;Quadlet&lt;/a&gt; (5.0, 2025) for native &lt;a href="https://systemd.io/" rel="noopener noreferrer"&gt;systemd&lt;/a&gt; integration. These are genuine architectural wins.&lt;/p&gt;

&lt;p&gt;But &lt;a href="https://survey.stackoverflow.co/2025/technology" rel="noopener noreferrer"&gt;Stack Overflow's 2025 survey&lt;/a&gt; shows Docker at 71.1% adoption — the largest single-year jump of any technology. Podman at 11.1%. &lt;a href="https://www.docker.com/blog/docker-stack-overflow-survey-thank-you-2024/" rel="noopener noreferrer"&gt;Docker Hub&lt;/a&gt;: 318 billion pulls. &lt;a href="https://podman-desktop.io/blog/podman-desktop-2025-journey" rel="noopener noreferrer"&gt;Podman Desktop&lt;/a&gt;: 3 million total downloads since launch.&lt;/p&gt;

&lt;p&gt;That's not a competitor. That's a niche.&lt;/p&gt;

&lt;h2&gt;
  
  
  The question that actually matters
&lt;/h2&gt;

&lt;p&gt;Not "which is better?" but "what context are you in?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Starting fresh — use Podman if it fits.&lt;/strong&gt; On &lt;a href="https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux" rel="noopener noreferrer"&gt;RHEL&lt;/a&gt;, it's the obvious choice: &lt;a href="https://developers.redhat.com/articles/2023/08/03/podman-next-generation-container-management-tool" rel="noopener noreferrer"&gt;Red Hat ships it by default&lt;/a&gt;, Quadlet integrates directly with systemd, rootless-by-default matters when someone audits your runtime. &lt;a href="https://www.cncf.io/projects/podman/" rel="noopener noreferrer"&gt;The CNCF accepted it into sandbox in January 2025&lt;/a&gt;. Greenfield project, no legacy tooling — go for it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Migrating an existing Docker setup — think twice.&lt;/strong&gt; This is where the calculation breaks down. The spreadsheet shows Docker Desktop at $9–15/user/month. It doesn't show:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Migration day&lt;/li&gt;
&lt;li&gt;Debugging socket path differences (&lt;a href="https://podman.io/docs/installation" rel="noopener noreferrer"&gt;Podman uses a different socket location&lt;/a&gt; than Docker)&lt;/li&gt;
&lt;li&gt;Updating CI pipelines built around Docker socket compatibility&lt;/li&gt;
&lt;li&gt;Fixing &lt;a href="https://containers.dev/" rel="noopener noreferrer"&gt;Dev Containers&lt;/a&gt; when VS Code stops finding the right runtime&lt;/li&gt;
&lt;li&gt;The 30-minute Podman explanation for every new hire who's never heard of it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are real hours from real people. None of them ship anything a user will ever see.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Docker won anyway
&lt;/h2&gt;

&lt;p&gt;Not on merit. On surface area.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/features/actions" rel="noopener noreferrer"&gt;GitHub Actions&lt;/a&gt; assumes Docker. &lt;a href="https://rancherdesktop.io/" rel="noopener noreferrer"&gt;Rancher Desktop&lt;/a&gt; defaults to Docker. &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;MCP server configs&lt;/a&gt; reference Docker. Every Stack Overflow answer assumes Docker. Every internal platform template your company has written assumes Docker.&lt;/p&gt;

&lt;p&gt;When you switch, you're not just swapping a binary. You're swimming against the accumulated inertia of every tool your team uses daily. Podman's remaining real advantages — daemonless architecture, rootless-by-default, Quadlet — are genuinely better. They're also genuinely invisible to 90% of the people making the decision.&lt;/p&gt;

&lt;p&gt;I wrote about the full trade-off breakdown, including where each argument actually landed and what Docker did and didn't fix, &lt;a href="https://yetmike.com/blog/podman-lost-to-docker/?utm_source=devto&amp;amp;utm_medium=cross-post&amp;amp;utm_campaign=podman-lost-to-docker" rel="noopener noreferrer"&gt;in the original post on yetmike.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The short version: run the numbers with migration costs included. Then decide.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://yetmike.com/blog/podman-lost-to-docker/?utm_source=devto&amp;amp;utm_medium=cross-post&amp;amp;utm_campaign=podman-lost-to-docker" rel="noopener noreferrer"&gt;yetmike.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>docker</category>
      <category>podman</category>
      <category>devops</category>
      <category>containers</category>
    </item>
  </channel>
</rss>
