<?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: Sadhik husain</title>
    <description>The latest articles on Debug School by Sadhik husain (@sadhikhusain10_457).</description>
    <link>https://www.debug.school/sadhikhusain10_457</link>
    <image>
      <url>https://www.debug.school/images/NA8zc7S4V6yVDOoxJZn7tyeusyb60G0byyrL9JfeYHg/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzI4Mi82ZGFj/ZWRkYi04MzdlLTQ0/ZjUtYjA1OC1iMGRh/MWY5MDkxMjkucG5n</url>
      <title>Debug School: Sadhik husain</title>
      <link>https://www.debug.school/sadhikhusain10_457</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/sadhikhusain10_457"/>
    <language>en</language>
    <item>
      <title>Docker Understanding</title>
      <dc:creator>Sadhik husain</dc:creator>
      <pubDate>Fri, 09 Dec 2022 17:27:59 +0000</pubDate>
      <link>https://www.debug.school/sadhikhusain10_457/docker-understanding-4f6n</link>
      <guid>https://www.debug.school/sadhikhusain10_457/docker-understanding-4f6n</guid>
      <description>&lt;p&gt;What is Docker?&lt;br&gt;
Docker is a platform to create or have containers, consisting of Kernel and OS and required HW. &lt;br&gt;
What is Container&lt;br&gt;
AS definition container is lightweight runtime environment provided by Docker&lt;br&gt;
containers are to build, deploy, test, run the applications. which contains all necessary isolated environment setup like network, PID, rootFS,  to run the app.&lt;br&gt;&lt;br&gt;
How Docker work?&lt;br&gt;
Docker Engine have client and server which communicate with each other using API. &lt;br&gt;
How Container work?&lt;br&gt;
Containers provide all the packages and dependencies a application required, uses a base image to supply the libraries and dependencies to container. In genral with one image you can get a container using command docker run image-name by attaching pid,ns, mnt to a user.&lt;br&gt;&lt;br&gt;
What are the components of Docker?&lt;br&gt;
Docker Engine, Docker Images, Docker Registry, Docker Container&lt;/p&gt;

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