<?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: myzn</title>
    <description>The latest articles on DEV Community by myzn (@hellomyzn).</description>
    <link>https://dev.to/hellomyzn</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%2F228208%2Fa44ee614-a9c4-4365-8a1a-17b1a37e73f4.JPG</url>
      <title>DEV Community: myzn</title>
      <link>https://dev.to/hellomyzn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hellomyzn"/>
    <language>en</language>
    <item>
      <title>Docker vs. Podman: Why the Future Is Rootless and Daemonless</title>
      <dc:creator>myzn</dc:creator>
      <pubDate>Sat, 12 Apr 2025 03:47:06 +0000</pubDate>
      <link>https://dev.to/hellomyzn/docker-vs-podman-why-the-future-is-rootless-and-daemonless-5488</link>
      <guid>https://dev.to/hellomyzn/docker-vs-podman-why-the-future-is-rootless-and-daemonless-5488</guid>
      <description>&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Docker relies on a root-privileged daemon (&lt;code&gt;dockerd&lt;/code&gt;), while Podman operates daemonless.&lt;/li&gt;
&lt;li&gt;Podman supports full Rootless container management out of the box.&lt;/li&gt;
&lt;li&gt;Docker requires additional setup to integrate with Kubernetes, while Podman is natively CRI-O compatible.&lt;/li&gt;
&lt;li&gt;With Podman, containers are managed as independent Linux processes — no always-on background service needed.&lt;/li&gt;
&lt;li&gt;Rootless Podman significantly reduces the security risks associated with traditional Docker setups.&lt;/li&gt;
&lt;li&gt;If &lt;code&gt;dockerd&lt;/code&gt; crashes, Docker containers may be impacted; Podman containers remain unaffected.&lt;/li&gt;
&lt;li&gt;Modern container orchestration trends (like Kubernetes) increasingly favor daemonless runtimes like Podman.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://medium.com/@hellomyzn/docker-vs-podman-understanding-the-shift-toward-rootless-daemonless-containers-c0bd9a58244f" rel="noopener noreferrer"&gt;Read the full article on Medium&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;Stay tuned for more deep dives into the evolving world of container technology! 🚀&lt;/p&gt;

</description>
      <category>docker</category>
      <category>podcast</category>
    </item>
    <item>
      <title>🚀 Welcome to the Era of "1 LLM per Dev Environment" with Docker Model Runner</title>
      <dc:creator>myzn</dc:creator>
      <pubDate>Sat, 12 Apr 2025 03:35:19 +0000</pubDate>
      <link>https://dev.to/hellomyzn/welcome-to-the-era-of-1-llm-per-dev-environment-with-docker-model-runner-58l2</link>
      <guid>https://dev.to/hellomyzn/welcome-to-the-era-of-1-llm-per-dev-environment-with-docker-model-runner-58l2</guid>
      <description>&lt;h2&gt;
  
  
  Quick Summary
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Docker Model Runner lets you spin up LLMs like Docker containers.&lt;/li&gt;
&lt;li&gt;One command: &lt;code&gt;docker model run &amp;lt;model-name&amp;gt;&lt;/code&gt; does it all.&lt;/li&gt;
&lt;li&gt;No need for manual server code or dependency setup.&lt;/li&gt;
&lt;li&gt;Automatically exposes OpenAI-compatible endpoints.&lt;/li&gt;
&lt;li&gt;REST API makes it easy to connect with any web server (Flask, FastAPI, Next.js, etc.).&lt;/li&gt;
&lt;li&gt;Simple integration with &lt;code&gt;docker-compose&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Currently in closed beta (CPU only, GPU support coming soon).&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;For a detailed breakdown of how to integrate Docker Model Runner with your own web application, check out the full article here:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://medium.com/@hellomyzn/welcome-to-the-era-of-1-llm-per-dev-environment-with-docker-model-runner-6a7ac6946379" rel="noopener noreferrer"&gt;Read the full article on Medium&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Stay tuned — it's an exciting time for AI infrastructure!&lt;/p&gt;

</description>
      <category>docker</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
