<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Containers on Notes from the Rabbit Hole</title><link>https://magnus919.com/tags/containers/</link><description>Recent content in Containers on Notes from the Rabbit Hole</description><generator>Hugo</generator><language>en</language><copyright>© [Magnus Hedemark](https://github.com/magnus919)</copyright><lastBuildDate>Mon, 06 Jan 2025 09:56:50 -0500</lastBuildDate><atom:link href="https://magnus919.com/tags/containers/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting Up Podman on MacOS: A Docker Alternative for Local Container Development</title><link>https://magnus919.com/2025/01/setting-up-podman-on-macos-a-docker-alternative-for-local-container-development/</link><pubDate>Mon, 06 Jan 2025 09:56:50 -0500</pubDate><guid>https://magnus919.com/2025/01/setting-up-podman-on-macos-a-docker-alternative-for-local-container-development/</guid><description>&lt;h2 id="why-run-containers-locally">Why Run Containers Locally?&lt;/h2>
&lt;p>Running containers on your development machine has become an essential practice for modern software development. Local containers provide:&lt;/p>
&lt;ul>
&lt;li>Consistent development environments across team members&lt;/li>
&lt;li>Quick testing of containerized applications without remote dependencies&lt;/li>
&lt;li>Easy experimentation with different software stacks&lt;/li>
&lt;li>Simplified microservices development and testing&lt;/li>
&lt;li>Efficient resource usage compared to traditional virtual machines&lt;/li>
&lt;/ul>
&lt;h2 id="why-podman-instead-of-docker-desktop">Why Podman Instead of Docker Desktop?&lt;/h2>
&lt;p>While Docker Desktop has been the de facto standard for local container development, Podman offers several compelling advantages:&lt;/p></description></item></channel></rss>