<?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: Saikrishna S B</title>
    <description>The latest articles on Debug School by Saikrishna S B (@saikrishna2910_599).</description>
    <link>https://www.debug.school/saikrishna2910_599</link>
    <image>
      <url>https://www.debug.school/images/yOFGoUlRiarseVowN-S_FXyL2PCQEyJL5I7urjleIA4/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI5OS8yYWJh/MzQyYy01ZmYyLTQ3/NjUtYTZiYi1jYmEz/ZGNhYjZjMDAucG5n</url>
      <title>Debug School: Saikrishna S B</title>
      <link>https://www.debug.school/saikrishna2910_599</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/saikrishna2910_599"/>
    <language>en</language>
    <item>
      <title>My Understanding on Docker</title>
      <dc:creator>Saikrishna S B</dc:creator>
      <pubDate>Fri, 09 Dec 2022 07:44:18 +0000</pubDate>
      <link>https://www.debug.school/saikrishna2910_599/my-understanding-on-docker-4790</link>
      <guid>https://www.debug.school/saikrishna2910_599/my-understanding-on-docker-4790</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is Docker?&lt;/strong&gt;&lt;br&gt;
Docker is a management tool  which helps us to containerize our application so that we can save time, reduce cost and management. Also it improves the quality of work &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Container?&lt;/strong&gt;&lt;br&gt;
Container is used for running the docker engine. A container basically has PID, network, user etc. Container works with the help of Kernel&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How Docker work?&lt;/strong&gt;&lt;br&gt;
 Docker has a docker client which communicates to the docker server through API which internally works with containerD.&lt;br&gt;
 Docker has commands to create, start, stop, pause, unpause, kill and remove the containers running in it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How Container work?&lt;/strong&gt;&lt;br&gt;
A container is created with the help of the kernel.  A kernel creates a PID, network, user etc. for a container which is actually used for the docker to run its images&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are the components of Docker?&lt;/strong&gt;&lt;br&gt;
 The components of docker includes&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;em&gt;Docker engine&lt;/em&gt;: contains docker client and docker engine which communicates through API &lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Docker registry&lt;/em&gt;: Its a repository where images are stored (eg:docker hub). Different versions of the images are stored in the repository&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Docker images&lt;/em&gt;: which are used to run containers. It can have root file system (eg:centos) and application file system (jenkins)&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Docker container&lt;/em&gt;: where we can configure images to run. A container has 1 PID tree, 1 network system, 1 mount which contains image and 1 user&lt;/li&gt;
&lt;/ol&gt;

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