<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Docker on Fabian van Steen</title>
    <link>https://fabianvansteen.com/tags/docker/</link>
    <description>Recent content in Docker on Fabian van Steen</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 12 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://fabianvansteen.com/tags/docker/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Trying out Omarchy — a .NET developer on Linux</title>
      <link>https://fabianvansteen.com/articles/trying-out-omarchy/</link>
      <pubDate>Sat, 12 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://fabianvansteen.com/articles/trying-out-omarchy/</guid>
      <description>&lt;p&gt;It started with a laptop nobody wanted anymore. A 2017 MacBook Air, Intel, 8 GB of RAM, sitting in my office running an old version of macOS. My son had been using it, and had mostly stopped — because it had become the kind of slow where you think twice before opening a browser tab.&lt;/p&gt;&#xA;&lt;p&gt;So I wiped it and put &lt;a href=&#34;https://omarchy.org/&#34;&gt;Omarchy&lt;/a&gt; on it: &amp;ldquo;Beautiful, fun &amp;amp; agentic Linux by DHH.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Renaming the hostname of your Raspberry Pi (Raspbian)</title>
      <link>https://fabianvansteen.com/articles/renaming-the-hostname-of-your-raspberry-pi-raspbian/</link>
      <pubDate>Mon, 05 Mar 2018 00:00:00 +0000</pubDate>
      <guid>https://fabianvansteen.com/articles/renaming-the-hostname-of-your-raspberry-pi-raspbian/</guid>
      <description>&lt;p&gt;One of the first things you want to do if you&amp;rsquo;ve just installed Raspbian on your Pi is to change the hostname. You can change your hostname by following these steps.&lt;/p&gt;&#xA;&lt;h2 id=&#34;steps&#34;&gt;Steps&lt;/h2&gt;&#xA;&lt;p&gt;You can use the &lt;code&gt;hostnamectl set-hostname [name]&lt;/code&gt; command, but that does not update &lt;code&gt;/etc/hosts&lt;/code&gt; and causes issues with Docker and other networking services. I prefer to update &lt;code&gt;/etc/hostname&lt;/code&gt; and &lt;code&gt;/etc/hosts&lt;/code&gt; manually.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1. Change hostname&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;sudo nano /etc/hostname&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Change &lt;code&gt;raspberrypi&lt;/code&gt; to your desired hostname. Hit &lt;code&gt;CTRL+O&lt;/code&gt; and then &lt;code&gt;ENTER&lt;/code&gt; to save. Hit &lt;code&gt;CTRL+X&lt;/code&gt; to exit.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to install Docker on your Raspberry Pi</title>
      <link>https://fabianvansteen.com/articles/how-to-install-docker-on-your-raspberry-pi/</link>
      <pubDate>Tue, 27 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://fabianvansteen.com/articles/how-to-install-docker-on-your-raspberry-pi/</guid>
      <description>&lt;h2 id=&#34;what-is-docker&#34;&gt;What is Docker?&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.docker.com/&#34;&gt;Docker&lt;/a&gt; is an open-source project for automating the deployment of applications as portable, self-sufficient containers that can run on the cloud or on-premises. Docker works in collaboration with cloud, Linux, and Windows vendors, including Microsoft.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-install-docker&#34;&gt;How to install Docker&lt;/h2&gt;&#xA;&lt;p&gt;With one of the latest releases of Docker, they added official support for Raspbian. You can now easily install Docker on your Raspberry Pi with one simple command.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
