<?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: Anju John</title>
    <description>The latest articles on Debug School by Anju John (@anjusubish28_642).</description>
    <link>https://www.debug.school/anjusubish28_642</link>
    <image>
      <url>https://www.debug.school/images/73st4vprTPsBQnj9jRkTCWi3Z1GJ8ZUC56X-8XUt8VU/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI4Ny9hNGQw/NzhlMC1kYWRmLTQ1/ZTYtYTA4ZS0zZThh/YjI1ZGM1ZWUucG5n</url>
      <title>Debug School: Anju John</title>
      <link>https://www.debug.school/anjusubish28_642</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/anjusubish28_642"/>
    <language>en</language>
    <item>
      <title>Day1-Assignment1</title>
      <dc:creator>Anju John</dc:creator>
      <pubDate>Fri, 09 Dec 2022 07:48:40 +0000</pubDate>
      <link>https://www.debug.school/anjusubish28_642/day1-assignment1-1p4c</link>
      <guid>https://www.debug.school/anjusubish28_642/day1-assignment1-1p4c</guid>
      <description>&lt;h2&gt;
  
  
  1. &lt;strong&gt;What is Docker ?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Docker is a container management tool. Its the company name which released the Docker Engine tool which helps us to build, run and deploy our applications in laptops, desktops ,vms , cloud anywhere .&lt;/p&gt;

&lt;h2&gt;
  
  
  2. &lt;strong&gt;What is Container ?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Container is the running instance of a docker image.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. &lt;strong&gt;How Docker work ?&lt;/strong&gt;
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Once request comes , Docker Client will sent the api request to Docker Server . Docker Server will talk to the containerD which is the industry standard for container run time interface .This will connect to the Kernel which creates isolated PID tree, ROOT FS , Network for the container runtime.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  4. &lt;strong&gt;How Container work?&lt;/strong&gt;
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Uses and shares the same linux OS/Kernel and will have multiple PID tree, ROOT FileSystem, Network . These separate PID Tree, ROOT FS, Network creates isolated containers. Each will run as separate isolated process.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  5. &lt;strong&gt;What are the components of Docker?&lt;/strong&gt;
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Four components -
    1. Docker Engine
    2. Docker Images
    3. Docker Registry
    4. Docker Container
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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