<?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: Dikshyanta Das</title>
    <description>The latest articles on Debug School by Dikshyanta Das (@ddikshyanta08).</description>
    <link>https://www.debug.school/ddikshyanta08</link>
    <image>
      <url>https://www.debug.school/images/w92ytYbdxjxM5sTjmFDxXbz-Ni3gDgeUJq31N4Qw3to/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzIxMC9kMWRh/MTUxOC1lYjQ0LTQ5/MTMtOGE5YS01Mjlj/ZDg5ZTQwYTUucG5n</url>
      <title>Debug School: Dikshyanta Das</title>
      <link>https://www.debug.school/ddikshyanta08</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/ddikshyanta08"/>
    <language>en</language>
    <item>
      <title>Assignment:Day2</title>
      <dc:creator>Dikshyanta Das</dc:creator>
      <pubDate>Tue, 15 Nov 2022 04:50:12 +0000</pubDate>
      <link>https://www.debug.school/ddikshyanta08/assignmentday2-219</link>
      <guid>https://www.debug.school/ddikshyanta08/assignmentday2-219</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What is the use of "docker update"?&lt;br&gt;
The docker update command is used to dynamically update the container configuration so that they  do not consume too many resources from the underlying host.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is use of "docker wait"?&lt;br&gt;
The "docker wait" command waits till the container exits and prints the exit code in the terminal.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Assignment -2 : Container Lifecycle.</title>
      <dc:creator>Dikshyanta Das</dc:creator>
      <pubDate>Mon, 14 Nov 2022 10:16:02 +0000</pubDate>
      <link>https://www.debug.school/ddikshyanta08/assignment-2-container-lifecycle-1jpn</link>
      <guid>https://www.debug.school/ddikshyanta08/assignment-2-container-lifecycle-1jpn</guid>
      <description>&lt;p&gt;1.What is the diff between docker pause and docker unpause?&lt;/p&gt;

&lt;p&gt;docker pause suspends all the processes inside the container while docker un-pause un-suspends all the processes inside the container.&lt;/p&gt;

&lt;p&gt;2.What is the diff between docker stop and docker kill?&lt;/p&gt;

&lt;p&gt;docker stop attempts to gracefully shutdown the the process inside the container by sending SIGTERM signal while docker kill command immediately terminates the processes by sending SIGKILL signal.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Understanding on Docker</title>
      <dc:creator>Dikshyanta Das</dc:creator>
      <pubDate>Mon, 14 Nov 2022 07:31:46 +0000</pubDate>
      <link>https://www.debug.school/ddikshyanta08/understanding-on-docker-4901</link>
      <guid>https://www.debug.school/ddikshyanta08/understanding-on-docker-4901</guid>
      <description>&lt;p&gt;What is Docker?&lt;br&gt;
Docker is a container management tool.&lt;/p&gt;

&lt;p&gt;Why Docker?&lt;br&gt;
Because it is really easy and cost effective to setup container using Docker . Docker helps to create complete isolated containers.&lt;/p&gt;

&lt;p&gt;What is Container?&lt;br&gt;
Container is a independent isolated unit having its own network interface , process tree and consists of all dependencies and libraries installed which is required to run a particular application.&lt;/p&gt;

&lt;p&gt;Docker Workflow?&lt;br&gt;
Docker consists of three parts , Docker Daemon, REST API and Docker CLI. The REST API is used to interact between Docker CLI and Docker daemon. &lt;/p&gt;

&lt;p&gt;How container is created?&lt;br&gt;
Container is created from Docker Images buy running the Docker run command.&lt;/p&gt;

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