<?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: Jiji Lekshmi J S</title>
    <description>The latest articles on Debug School by Jiji Lekshmi J S (@jijilakshmy_1991).</description>
    <link>https://www.debug.school/jijilakshmy_1991</link>
    <image>
      <url>https://www.debug.school/images/mbYPxxNolnrznx4Y1IikFUiw2IYONUTjeLoG3ELZAgg/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI4MC82MDIz/ZjgzYi02OWMwLTRj/NDAtYTc1Ni00NmU1/YmMyMDA2NmYucG5n</url>
      <title>Debug School: Jiji Lekshmi J S</title>
      <link>https://www.debug.school/jijilakshmy_1991</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/jijilakshmy_1991"/>
    <language>en</language>
    <item>
      <title>Docker Understanding</title>
      <dc:creator>Jiji Lekshmi J S</dc:creator>
      <pubDate>Fri, 09 Dec 2022 07:47:30 +0000</pubDate>
      <link>https://www.debug.school/jijilakshmy_1991/docker-understanding-3okd</link>
      <guid>https://www.debug.school/jijilakshmy_1991/docker-understanding-3okd</guid>
      <description>&lt;h2&gt;
  
  
  What is Docker?
&lt;/h2&gt;

&lt;p&gt;Docker is a container management Tool. It is a tool which save time, reduce costs and Improve Quality of work.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Save time - 1Day -&amp;gt; 5mins -&amp;gt; 1s&lt;/li&gt;
&lt;li&gt;Reduce Cost- 1 APP -&amp;gt; 3 APP -&amp;gt; 10 APP&lt;/li&gt;
&lt;li&gt;Improve Quality of work&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Container is running instance of a docker image&lt;/li&gt;
&lt;li&gt;It contains applications and os dependencies&lt;/li&gt;
&lt;li&gt;It have everything a software needs to run. &lt;/li&gt;
&lt;li&gt;It includes libraries, system tools, code etc. &lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Request --&amp;gt; Docker Client --&amp;gt; api request --&amp;gt;Docker Server . Docker Server --&amp;gt; containerD --&amp;gt; Kernel --&amp;gt;creates isolated PID tree, ROOT FS , Network for the container runtime.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docker helps to create, start ,stop , restart , pause , kill and remove containers.&lt;/li&gt;
&lt;li&gt;Docker helps to build , test and deploy applications quickly.&lt;/li&gt;
&lt;li&gt;Using Docker, we can quickly deploy and scale applications into any environment and know your code will run.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Multiple containers runs on the same machine and same kernel, each running as isolated processes.&lt;/li&gt;
&lt;li&gt;Container helps in creation, deployment, scaling and deleting apps and services.&lt;/li&gt;
&lt;li&gt;When you run an image you will get 1 container and if you run same image 10 times it will create 10 different containers.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;Docker images&lt;/li&gt;
&lt;li&gt;Docker Registry&lt;/li&gt;
&lt;li&gt;Docker engine&lt;/li&gt;
&lt;li&gt;Dockerfile&lt;/li&gt;
&lt;li&gt;Docker containers&lt;/li&gt;
&lt;li&gt;Docker desktop&lt;/li&gt;
&lt;li&gt;Docker hub&lt;/li&gt;
&lt;/ul&gt;

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