<?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: Prashant C</title>
    <description>The latest articles on Debug School by Prashant C (@chaplepvc_966).</description>
    <link>https://www.debug.school/chaplepvc_966</link>
    <image>
      <url>https://www.debug.school/images/QA7Gk0vA9S8OVsSSFMq0hq0eVtFtGBCNxofjrlFMI7Q/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzIwNS8yZTgw/NDg1Yy1jOThjLTQx/N2UtODhhMS0yNmY3/NDA0MjdmODcucG5n</url>
      <title>Debug School: Prashant C</title>
      <link>https://www.debug.school/chaplepvc_966</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/chaplepvc_966"/>
    <language>en</language>
    <item>
      <title>Devops Day2 -1</title>
      <dc:creator>Prashant C</dc:creator>
      <pubDate>Tue, 15 Nov 2022 04:52:50 +0000</pubDate>
      <link>https://www.debug.school/chaplepvc_966/devops-day2-1-hnm</link>
      <guid>https://www.debug.school/chaplepvc_966/devops-day2-1-hnm</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is the use of "docker update"?&lt;/strong&gt;&lt;br&gt;
--The docker update command dynamically updates container configuration. You can use this command to prevent containers from consuming too many resources from their Docker host. With a single command, you can place limits on a single container or on many.&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 then it outputs their exit codes which means you cannot use your terminal if you are running the command on the terminal.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker Assessment 2</title>
      <dc:creator>Prashant C</dc:creator>
      <pubDate>Mon, 14 Nov 2022 10:06:02 +0000</pubDate>
      <link>https://www.debug.school/chaplepvc_966/docker-assessment-2-3bje</link>
      <guid>https://www.debug.school/chaplepvc_966/docker-assessment-2-3bje</guid>
      <description>&lt;p&gt;&lt;strong&gt;what is the diff between docker pause and docker unpause&lt;/strong&gt;&lt;br&gt;
The docker pause command suspends all processes in the specified containers. We can apply this command , if the container is in running state&lt;br&gt;
we can verify this by using docker stats, we can see that cup usage goes to zero when we do docker pause.&lt;br&gt;
The docker unpause command un-suspends all processes in the specified containers. We can apply this command , if the container is in pause state&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is the diff between docker stop and docker kill&lt;/strong&gt;&lt;br&gt;
docker stop: Stop a running container (send SIGTERM, and then SIGKILL after grace period). The main process inside the container will receive SIGTERM, and after a grace period, SIGKILL.&lt;/p&gt;

&lt;p&gt;docker kill: Kill a running container (send SIGKILL, or specified signal) .The main process inside the container will be sent SIGKILL, or any signal specified with option --signal. [emphasis mine]signal). The main process inside the container will be sent SIGKILL, or any signal specified with option --signal. [emphasis mine]&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker Understandings</title>
      <dc:creator>Prashant C</dc:creator>
      <pubDate>Mon, 14 Nov 2022 07:07:21 +0000</pubDate>
      <link>https://www.debug.school/chaplepvc_966/docker-understandings-5hig</link>
      <guid>https://www.debug.school/chaplepvc_966/docker-understandings-5hig</guid>
      <description>&lt;p&gt;Write a notes on following with your learning with last session&lt;br&gt;
What is Docker?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Docker is a container management tool which facilitates resource 
isolation at kernel level by creating separate root level user 
by creating 1PID tree, 1NW FS, 1RootFS, 1Boot FS
Why Docker?&lt;/li&gt;
&lt;li&gt;We are using Docker to create containers which can help us save 
time, cost etc.
What is Container&lt;/li&gt;
&lt;li&gt;Each of unique user group with isolated resources is a container. 
Docker workflow&lt;/li&gt;
&lt;li&gt;Human -&amp;gt; Docker client -&amp;gt; Docker Server -&amp;gt; Container Dependencies -&amp;gt; Kernel.
How container created?&lt;/li&gt;
&lt;/ul&gt;

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