<?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: Antony Jose</title>
    <description>The latest articles on Debug School by Antony Jose (@antonyjosep_952).</description>
    <link>https://www.debug.school/antonyjosep_952</link>
    <image>
      <url>https://www.debug.school/images/UdGYV36d2HLHqClLDRIF_m4dsCs_WmtaT4vPMcakqqA/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI5Ny8xNmVj/N2M4ZC0wNmExLTQy/ZmEtYTI0Zi01NTFm/MTU2ZDUxOGYucG5n</url>
      <title>Debug School: Antony Jose</title>
      <link>https://www.debug.school/antonyjosep_952</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/antonyjosep_952"/>
    <language>en</language>
    <item>
      <title>Understanding On Docker : Day 1 - Assignment 1</title>
      <dc:creator>Antony Jose</dc:creator>
      <pubDate>Fri, 09 Dec 2022 08:53:47 +0000</pubDate>
      <link>https://www.debug.school/antonyjosep_952/understanding-on-docker-day-1-assignment-1-1gie</link>
      <guid>https://www.debug.school/antonyjosep_952/understanding-on-docker-day-1-assignment-1-1gie</guid>
      <description>&lt;h2&gt;
  
  
  What is Docker?
&lt;/h2&gt;

&lt;p&gt;Docker is software that helps in creating a light weight environment managed by kernel for developing or running application&lt;/p&gt;

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

&lt;p&gt;Container is a kind of environment created by docker that has separate resources like root file system, pid system and network of its own.&lt;/p&gt;

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

&lt;p&gt;Docker helps in setting up the containers wherein the application resides and can be interacted with. Its similar to the capabilities in hypervisor of Virtual Machines.&lt;/p&gt;

&lt;p&gt;Docker has commands to create, start, stop, pause, unpause, kill and remove the containers running in it.&lt;/p&gt;

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

&lt;p&gt;Container creates its on libraries and dependencies based on the configurations in an isolated manner acting like a virtual operating system&lt;/p&gt;

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

&lt;p&gt;Docker Engine(includes both the docker server as well as the docker client), docker images, docker container and docker registry&lt;/p&gt;

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