<?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 Ansuman Satapathy</title><link>https://ansuman-satapathy.github.io/tags/docker/</link><description>Recent content in Docker on Ansuman Satapathy</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 12 Mar 2026 08:47:25 +0530</lastBuildDate><atom:link href="https://ansuman-satapathy.github.io/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Ever Wondered How Docker Actually Works Under the Hood?</title><link>https://ansuman-satapathy.github.io/blog/ever-wondered-how-docker-actually-works-under-the-hood/</link><pubDate>Thu, 12 Mar 2026 08:47:25 +0530</pubDate><guid>https://ansuman-satapathy.github.io/blog/ever-wondered-how-docker-actually-works-under-the-hood/</guid><description>&lt;p&gt;If you use Docker daily, the workflow becomes second nature:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;docker pull
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;docker build
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;docker run
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Containers appear, applications start, and everything “just works”.&lt;/p&gt;
&lt;p&gt;But if you&amp;rsquo;re a software engineer or working in infrastructure, treating Docker like a magical black box is not ideal. Containers are not virtual machines, and Docker isn&amp;rsquo;t creating tiny computers.&lt;/p&gt;
&lt;p&gt;Under the hood, a &lt;strong&gt;container is simply a Linux process&lt;/strong&gt; that the kernel isolates using a few powerful features.&lt;/p&gt;</description></item></channel></rss>