<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Homelab on Notes from the Rabbit Hole</title><link>https://magnus919.com/tags/homelab/</link><description>Recent content in Homelab on Notes from the Rabbit Hole</description><generator>Hugo</generator><language>en</language><copyright>© [Magnus Hedemark](https://github.com/magnus919)</copyright><lastBuildDate>Fri, 17 Jan 2025 15:49:43 -0400</lastBuildDate><atom:link href="https://magnus919.com/tags/homelab/index.xml" rel="self" type="application/rss+xml"/><item><title>Mini Racks</title><link>https://magnus919.com/notes/minirack/</link><pubDate>Fri, 17 Jan 2025 15:49:43 -0400</pubDate><guid>https://magnus919.com/notes/minirack/</guid><description>&lt;h1 id="resources">Resources&lt;/h1>
&lt;h2 id="github">GitHub&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://github.com/geerlingguy/mini-rack">geerlingguy/mini-rack&lt;/a> - Affiliated with Jeff Geerling&amp;rsquo;s excellent YouTube channel.&lt;/li>
&lt;li>&lt;a href="https://github.com/JaredC01/LabStack">JaredC01/LabStack&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="reddit">Reddit&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://www.reddit.com/r/minilab/">r/minilab&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="youtube">YouTube&lt;/h2>
&lt;h3 id="jeff-geerling">Jeff Geerling&lt;/h3>
&lt;p>Jeff Geerling runs a number of homelab-friendly YouTube channels. On his main channel, he introduced &lt;a href="https://mini-rack.jeffgeerling.com">Project MINI RACK&lt;/a>.&lt;/p>

 &lt;div class="youtube-container">
 &lt;iframe
 width="560"
 height="315"
 src="https://www.youtube.com/embed/y1GCIwLm3is"
 frameborder="0"
 allowfullscreen>
 &lt;/iframe>
 &lt;/div>
&lt;p>He often does a lot of his earlier play/work/experiments on secondary channels. So 8 months prior, he published this video:&lt;/p>

 &lt;div class="youtube-container">
 &lt;iframe
 width="560"
 height="315"
 src="https://www.youtube.com/embed/c8-cdA50bpU"
 frameborder="0"
 allowfullscreen>
 &lt;/iframe>
 &lt;/div>
&lt;h3 id="raid-owl">Raid Owl&lt;/h3>

 &lt;div class="youtube-container">
 &lt;iframe
 width="560"
 height="315"
 src="https://www.youtube.com/embed/wJUDhQ7s9HM"
 frameborder="0"
 allowfullscreen>
 &lt;/iframe>
 &lt;/div></description></item><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>