<?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: parameshwargouda</title>
    <description>The latest articles on Debug School by parameshwargouda (@parameshyuvi12).</description>
    <link>https://www.debug.school/parameshyuvi12</link>
    <image>
      <url>https://www.debug.school/images/o8oBz44pCk-pQAGndbil9ogg37uvuvcuyvPCKNytbI8/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI5Ni9jNDZi/OWRkMC1iNDQxLTQ1/ODQtYTEwZS00MjEy/MDA5MmIzM2UucG5n</url>
      <title>Debug School: parameshwargouda</title>
      <link>https://www.debug.school/parameshyuvi12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/parameshyuvi12"/>
    <language>en</language>
    <item>
      <title>My Understanding about Docker</title>
      <dc:creator>parameshwargouda</dc:creator>
      <pubDate>Fri, 09 Dec 2022 07:44:06 +0000</pubDate>
      <link>https://www.debug.school/parameshyuvi12/my-understanding-about-docker-32a5</link>
      <guid>https://www.debug.school/parameshyuvi12/my-understanding-about-docker-32a5</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;what is a docker&lt;/strong&gt;??
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   it's a management tool , used to implement isolation for application by creating docker images and docker containers.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  what is containers??
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; it's a running instance of image include isolated root file system , user file system, app file system , network and PID tree
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  How docker works??
&lt;/h2&gt;

&lt;p&gt;it works using docker engine tool which includes &lt;br&gt;
    I) docker client API --&amp;gt; communicate with docker server&lt;br&gt;
        ii) DockerD --&amp;gt; communicates with container D&lt;br&gt;
       iii) container D provided by kernel OS which helps to &lt;br&gt;
            communicate with kernel&lt;/p&gt;
&lt;h2&gt;
  
  
  how container works????
&lt;/h2&gt;

&lt;p&gt;when we run the command--&amp;gt;  docker run {image name}&lt;br&gt;
     the above command will download the image file with the path what we specified from docker repo and it will ask the kernel to provide separate mount root file system, user file system ,app file system and network and PID&lt;/p&gt;
&lt;h2&gt;
  
  
  what are the components of docker??
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;       docker engine
   docker images 
   docker container
   docker registry
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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