<?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: Jinto</title>
    <description>The latest articles on Debug School by Jinto (@jintoperumbavoor).</description>
    <link>https://www.debug.school/jintoperumbavoor</link>
    <image>
      <url>https://www.debug.school/images/a_SNFkNbui4TDnfgL3e7KuPJzV3-WL0AsBxxRJQs3gQ/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzMwMi9iMjQ1/ZDQ2OS1iZmFjLTQ2/MWEtODk2ZS1lNTM2/YzVjNmMxZGYucG5n</url>
      <title>Debug School: Jinto</title>
      <link>https://www.debug.school/jintoperumbavoor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/jintoperumbavoor"/>
    <language>en</language>
    <item>
      <title>My Understanding on Docker</title>
      <dc:creator>Jinto</dc:creator>
      <pubDate>Fri, 09 Dec 2022 07:43:07 +0000</pubDate>
      <link>https://www.debug.school/jintoperumbavoor/my-understanding-on-docker-4cc6</link>
      <guid>https://www.debug.school/jintoperumbavoor/my-understanding-on-docker-4cc6</guid>
      <description>&lt;h2&gt;
  
  
  What is Docker?
&lt;/h2&gt;

&lt;p&gt;Container Management Tool. Manges the life cycle of docker containers&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Container?
&lt;/h2&gt;

&lt;p&gt;Running instance of a docker image is called container. Container contains Application along with OS dependencies&lt;/p&gt;

&lt;h2&gt;
  
  
  How Docker work?
&lt;/h2&gt;

&lt;p&gt;User requests docker client to run the docker Image. Docker Server request ContainerD to create the OS level components and create the container. &lt;br&gt;
User -&amp;gt; Docker Client -&amp;gt; Docker Server -&amp;gt; ContainerD -&amp;gt; ContainerD -&amp;gt; Kernal&lt;/p&gt;

&lt;h2&gt;
  
  
  How Container work?
&lt;/h2&gt;

&lt;p&gt;Multiple containers runs on the same machine and same kernel, each running as isolated processes in user space&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the components of Docker?
&lt;/h2&gt;

&lt;p&gt;Docker Registry&lt;br&gt;
Docker Engine&lt;br&gt;
Docker Image&lt;br&gt;
Docker Container&lt;/p&gt;

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