<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker Masterclass on Dev &amp; Platform Engineering Hub</title><link>https://rhidayat.work/series/docker/</link><description>Recent content in Docker Masterclass on Dev &amp; Platform Engineering Hub</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Rachmat Hidayat</copyright><lastBuildDate>Sun, 09 Aug 2026 16:40:00 +0000</lastBuildDate><atom:link href="https://rhidayat.work/series/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker Ep 5: Docker Compose for Local Microservices</title><link>https://rhidayat.work/series/docker/05-docker-compose-for-local-microservices/</link><pubDate>Sun, 09 Aug 2026 16:40:00 +0000</pubDate><guid>https://rhidayat.work/series/docker/05-docker-compose-for-local-microservices/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 Running 10 &lt;code&gt;docker run&lt;/code&gt; commands manually with complex flags is tedious and error-prone. Docker Compose allows you to define and run your entire multi-container infrastructure declaratively in a single YAML file.
&lt;/div&gt;</description></item><item><title>Docker Ep 4: Volumes &amp; Data Persistence</title><link>https://rhidayat.work/series/docker/04-docker-volumes-and-data-persistence/</link><pubDate>Sun, 09 Aug 2026 16:35:00 +0000</pubDate><guid>https://rhidayat.work/series/docker/04-docker-volumes-and-data-persistence/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 By default, all files created inside a container are stored on a writable container layer. When that container is deleted, the data is destroyed. Docker Volumes solve this by storing data outside the container filesystem.
&lt;/div&gt;</description></item><item><title>Docker Ep 3: Docker Networking Deep Dive</title><link>https://rhidayat.work/series/docker/03-docker-networking-deep-dive/</link><pubDate>Sun, 09 Aug 2026 16:30:00 +0000</pubDate><guid>https://rhidayat.work/series/docker/03-docker-networking-deep-dive/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 How do two containers on the same host talk to each other without exposing ports to the public internet? Docker uses Linux virtual network interfaces (&lt;code&gt;veth&lt;/code&gt; pairs) connected to a software &lt;code&gt;bridge&lt;/code&gt;.
&lt;/div&gt;</description></item><item><title>Docker Ep 2: Writing Production Dockerfiles</title><link>https://rhidayat.work/series/docker/02-writing-production-dockerfiles/</link><pubDate>Sun, 09 Aug 2026 16:25:00 +0000</pubDate><guid>https://rhidayat.work/series/docker/02-writing-production-dockerfiles/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 Shipping a 1GB Docker image containing compilers, debuggers, and build tools to production is a security nightmare. Multi-Stage Builds allow you to separate the build environment from the tiny runtime container.
&lt;/div&gt;</description></item><item><title>Docker Ep 1: Architecture &amp; Container Primitives</title><link>https://rhidayat.work/series/docker/01-docker-architecture-and-container-basics/</link><pubDate>Sun, 09 Aug 2026 16:20:00 +0000</pubDate><guid>https://rhidayat.work/series/docker/01-docker-architecture-and-container-basics/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 Containers do not exist as physical entities inside the Linux kernel. A &amp;ldquo;container&amp;rdquo; is simply a standard Linux process isolated via &lt;strong&gt;Namespaces&lt;/strong&gt;, throttled by &lt;strong&gt;cgroups&lt;/strong&gt;, and mounted on an &lt;strong&gt;Overlay2&lt;/strong&gt; union filesystem.
&lt;/div&gt;</description></item><item><title>Docker Masterclass</title><link>https://rhidayat.work/series/docker/</link><pubDate>Sun, 09 Aug 2026 12:00:00 +0000</pubDate><guid>https://rhidayat.work/series/docker/</guid><description>A complete hands-on guide to containerization fundamentals and multi-container orchestration.</description></item></channel></rss>