<?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: Aromal</title>
    <description>The latest articles on Debug School by Aromal (@arm).</description>
    <link>https://www.debug.school/arm</link>
    <image>
      <url>https://www.debug.school/images/twgcu2Q4Y8SJpOuzgCvdMG4pZEjlSms41y0topkpL3k/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI5MS9lZDJh/ZWY4MC02ZWU3LTRh/NTUtOTM4Mi04MDUz/ZGRiZGM4ZTMucG5n</url>
      <title>Debug School: Aromal</title>
      <link>https://www.debug.school/arm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/arm"/>
    <language>en</language>
    <item>
      <title>My Understanding on Docker</title>
      <dc:creator>Aromal</dc:creator>
      <pubDate>Fri, 09 Dec 2022 07:42:44 +0000</pubDate>
      <link>https://www.debug.school/arm/my-understanding-on-docker-hph</link>
      <guid>https://www.debug.school/arm/my-understanding-on-docker-hph</guid>
      <description>&lt;h2&gt;
  
  
  What is Docker?
&lt;/h2&gt;

&lt;p&gt;Docker is a platform to deploy containerized applications.&lt;/p&gt;

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

&lt;p&gt;Container is an instance of the application which can run on docker env. Docker Containers are created using docker images.&lt;/p&gt;

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

&lt;p&gt;Docker works by  using the  host operating systems kernel and run the containers. &lt;/p&gt;

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

&lt;p&gt;Login to docker hub and search for the docker image. Use the docker run command to run docker image on the docker environment. The commands such run, stop, pause , kill etc can be used to manage the running container.&lt;/p&gt;

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

&lt;p&gt;Docker engine, Docker image, docker container&lt;/p&gt;

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