<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Aneesh</title>
    <description>The latest articles on Debug School by Aneesh (@anipalakkad).</description>
    <link>https://www.debug.school/anipalakkad</link>
    <image>
      <url>https://www.debug.school/images/Ac6yXaGuvJL-khJHqfos3l0-bQ62-1W9ghyq5RhlPmw/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI5Mi84OTBj/Yzc3MC1mMTk1LTQ1/MGUtYmE3Yy1iM2Q5/ZDEzMjFjMjEucG5n</url>
      <title>Debug School: Aneesh</title>
      <link>https://www.debug.school/anipalakkad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/anipalakkad"/>
    <language>en</language>
    <item>
      <title>My Docker Understanding</title>
      <dc:creator>Aneesh</dc:creator>
      <pubDate>Fri, 09 Dec 2022 08:14:31 +0000</pubDate>
      <link>https://www.debug.school/anipalakkad/my-docker-understanding-48p6</link>
      <guid>https://www.debug.school/anipalakkad/my-docker-understanding-48p6</guid>
      <description>&lt;p&gt;1.What is Docker?&lt;br&gt;
 Docker is management tool for building, running, and managing &lt;br&gt;
 containers &lt;/p&gt;

&lt;p&gt;2.What is Container&lt;br&gt;
 A container is a runnable instance of an Docker image.A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application.&lt;/p&gt;

&lt;p&gt;3.How Docker work?&lt;br&gt;
Docker uses a client-server architecture. The docker client communicates to the docker server using a API, which internally supports to build, run, and distribution of docker containers.&lt;/p&gt;

&lt;p&gt;4.How Container work?&lt;/p&gt;

&lt;p&gt;What are the components of Docker?&lt;br&gt;
The main  components of Docker are &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Docker Engine (Docker Client /Server )&lt;/li&gt;
&lt;li&gt;Docker Images&lt;/li&gt;
&lt;li&gt;Docker Container&lt;/li&gt;
&lt;li&gt;Docker Registry&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
