<?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: Ashish Pandey</title>
    <description>The latest articles on Debug School by Ashish Pandey (@pandeyashish0501).</description>
    <link>https://www.debug.school/pandeyashish0501</link>
    <image>
      <url>https://www.debug.school/images/VBAfrRL23M6rESSzdf3Vr8dopFjb_YN6wbr9i-kP2vk/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzIxOS9kMTg4/MTc4My1jY2VhLTQy/MTYtOWEyMy01MzVm/YzQ3NDRmNGYucG5n</url>
      <title>Debug School: Ashish Pandey</title>
      <link>https://www.debug.school/pandeyashish0501</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/pandeyashish0501"/>
    <language>en</language>
    <item>
      <title>Docker commands</title>
      <dc:creator>Ashish Pandey</dc:creator>
      <pubDate>Tue, 15 Nov 2022 05:03:00 +0000</pubDate>
      <link>https://www.debug.school/pandeyashish0501/docker-commands-4km2</link>
      <guid>https://www.debug.school/pandeyashish0501/docker-commands-4km2</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is the use of "docker update"?&lt;/strong&gt;&lt;br&gt;
Docker Update is used for configuring one or more containers during runtime to modify the resources to avoid limiting the usage of resources on the host machine.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is the use of "docker wait"?&lt;/strong&gt;&lt;br&gt;
The 'docker wait' is a command that is used to wait or block until one or more containers stop, and outputs it's exit code&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker</title>
      <dc:creator>Ashish Pandey</dc:creator>
      <pubDate>Mon, 14 Nov 2022 07:27:49 +0000</pubDate>
      <link>https://www.debug.school/pandeyashish0501/docker-2j3b</link>
      <guid>https://www.debug.school/pandeyashish0501/docker-2j3b</guid>
      <description>&lt;p&gt;Q: What is Docker?&lt;br&gt;
A: Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime.&lt;/p&gt;

&lt;p&gt;Q: Why Docker?&lt;br&gt;
A: Docker makes it easier, simpler, and cheaper to build, deploy applications.&lt;/p&gt;

&lt;p&gt;Q: What is container?&lt;br&gt;
A: A container is a package of software that includes everything needed to run an application&lt;/p&gt;

&lt;p&gt;Q: How is container created? &lt;br&gt;
A: The docker container create command creates a new container from the specified image.&lt;/p&gt;

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