<?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: Naveena</title>
    <description>The latest articles on Debug School by Naveena (@naveenathollamadugu_521).</description>
    <link>https://www.debug.school/naveenathollamadugu_521</link>
    <image>
      <url>https://www.debug.school/images/kL2r-wpVb4O0Grl2HoBv9kmArIAhjXNQeheou2zl-mM/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI4My9kMDdj/YjBmYS0wYTMyLTQw/NjctOGNmNC05YTky/OTkwZTAwODQucG5n</url>
      <title>Debug School: Naveena</title>
      <link>https://www.debug.school/naveenathollamadugu_521</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/naveenathollamadugu_521"/>
    <language>en</language>
    <item>
      <title>Docker Understanding</title>
      <dc:creator>Naveena</dc:creator>
      <pubDate>Fri, 09 Dec 2022 10:49:51 +0000</pubDate>
      <link>https://www.debug.school/naveenathollamadugu_521/docker-understanding-5bcb</link>
      <guid>https://www.debug.school/naveenathollamadugu_521/docker-understanding-5bcb</guid>
      <description>&lt;p&gt;1.What is Docker?&lt;br&gt;
Docker is a platform used for developing and running your application. It separates our application form our system infrastructure so that we can deliver our application fast.&lt;/p&gt;

&lt;p&gt;2.What is Container?&lt;br&gt;
Containers are the from of os which is used to run small applications to larger applications. It is a running instance of a docker image. It is a package that contains all the elements to run any software in any environment.&lt;/p&gt;

&lt;p&gt;3.How is docker works?&lt;br&gt;
Docker contains docker images which are present in the docker repo. That image is used to run any application , Image contains all the dependencies required for the application to run . &lt;/p&gt;

&lt;p&gt;4.How is container works?&lt;br&gt;
Container is infrastructure independent and contains all the dependencies for the application to run after we run the docker image.&lt;/p&gt;

&lt;p&gt;5.Components of Docker?&lt;br&gt;
Docker engine&lt;br&gt;
Docker image&lt;br&gt;
Docker file&lt;br&gt;
Docker Registry&lt;br&gt;
Docker container&lt;br&gt;
Docker compose &lt;/p&gt;

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