<?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 Hemanth Kumar Motukuri</title><link>https://hemanth7040.github.io/categories/docker/</link><description>Recent content in Docker on Hemanth Kumar Motukuri</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Hemanth Kumar Motukuri</copyright><lastBuildDate>Sun, 12 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://hemanth7040.github.io/categories/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker for DevOps: The Complete Guide</title><link>https://hemanth7040.github.io/posts/docker/docker/</link><pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate><guid>https://hemanth7040.github.io/posts/docker/docker/</guid><description>&lt;h2 class="relative group"&gt;What is Docker?
 &lt;div id="what-is-docker" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-is-docker" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Docker is an open-source &lt;strong&gt;containerization platform&lt;/strong&gt; that packages applications and their dependencies into lightweight, portable units called &lt;strong&gt;containers&lt;/strong&gt;. Unlike virtual machines, containers share the host OS kernel, making them faster to start, smaller in size, and more resource-efficient.&lt;/p&gt;
&lt;p&gt;A Docker container bundles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Application code&lt;/li&gt;
&lt;li&gt;Runtime environment&lt;/li&gt;
&lt;li&gt;System libraries and dependencies&lt;/li&gt;
&lt;li&gt;Configuration files&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This means: &lt;em&gt;&amp;ldquo;Build once, run anywhere.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>