<?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: Poornima P V</title>
    <description>The latest articles on Debug School by Poornima P V (@poornimapv1_453).</description>
    <link>https://www.debug.school/poornimapv1_453</link>
    <image>
      <url>https://www.debug.school/images/1GaGe9m0cVR_INBFOuNyz8Laq_-Kf7lwXnElpMOBGA8/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzIxNS84ZmVm/N2VjMi02OTIxLTRh/M2EtODg5Zi0zYjJi/OGJkNGY1YTkucG5n</url>
      <title>Debug School: Poornima P V</title>
      <link>https://www.debug.school/poornimapv1_453</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/poornimapv1_453"/>
    <language>en</language>
    <item>
      <title>Docker training - Day 3 : Assignment 1</title>
      <dc:creator>Poornima P V</dc:creator>
      <pubDate>Wed, 16 Nov 2022 05:25:00 +0000</pubDate>
      <link>https://www.debug.school/poornimapv1_453/docker-training-day-3-assignment-1-n0f</link>
      <guid>https://www.debug.school/poornimapv1_453/docker-training-day-3-assignment-1-n0f</guid>
      <description>&lt;p&gt;When you create a container with a tmpfs mount, the container can create files outside the container’s writable layer.&lt;br&gt;
As opposed to volumes and bind mounts, a tmpfs mount is temporary, and only persisted in the host memory. When the container stops, the tmpfs mount is removed, and files written there won’t be persisted.&lt;br&gt;
docker run -d -it --name tmptest --mounttype=tmpfs,destination=/app nginx:latest&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker training : day 2 - Assignment 3</title>
      <dc:creator>Poornima P V</dc:creator>
      <pubDate>Tue, 15 Nov 2022 07:05:18 +0000</pubDate>
      <link>https://www.debug.school/poornimapv1_453/docker-training-day-2-assignment-3-3lh6</link>
      <guid>https://www.debug.school/poornimapv1_453/docker-training-day-2-assignment-3-3lh6</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Docker image is a collection of filesystem layers&lt;/li&gt;
&lt;li&gt;SHA is used for encryption&lt;/li&gt;
&lt;li&gt;Each docker image will have id&lt;/li&gt;
&lt;li&gt;Overlay 2 is used for storing the image&lt;/li&gt;
&lt;li&gt;All layers are merged when creating container&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Docker training: Day3- Assignment 1</title>
      <dc:creator>Poornima P V</dc:creator>
      <pubDate>Tue, 15 Nov 2022 04:54:50 +0000</pubDate>
      <link>https://www.debug.school/poornimapv1_453/docker-training-day3-assignment-1-53g</link>
      <guid>https://www.debug.school/poornimapv1_453/docker-training-day3-assignment-1-53g</guid>
      <description>&lt;p&gt;Use of Docker update - is used to update container configurations to modify CPU resources and memory.&lt;br&gt;
docker &lt;br&gt;
Use of Docker wait - is used to wait until one or more containers stop and the give the exit codes&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker training - Assignment 2</title>
      <dc:creator>Poornima P V</dc:creator>
      <pubDate>Mon, 14 Nov 2022 10:26:00 +0000</pubDate>
      <link>https://www.debug.school/poornimapv1_453/docker-training-assignment-2-1bgd</link>
      <guid>https://www.debug.school/poornimapv1_453/docker-training-assignment-2-1bgd</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is the diff between docker stop and docker kill?&lt;/strong&gt;&lt;br&gt;
The docker stop command issue the SIGTERM signal&lt;br&gt;
The docker kill command sends the SIGKILL signal and will forcefully stops the containers&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;what is the diff between docker pause and docker unpause&lt;/strong&gt;&lt;br&gt;
Pause suspends all processes and unpause resumes it.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker Training</title>
      <dc:creator>Poornima P V</dc:creator>
      <pubDate>Mon, 14 Nov 2022 07:29:00 +0000</pubDate>
      <link>https://www.debug.school/poornimapv1_453/docker-training-4k7m</link>
      <guid>https://www.debug.school/poornimapv1_453/docker-training-4k7m</guid>
      <description>&lt;p&gt;What is Docker?&lt;br&gt;
Docker is a tool to create, ship and run applications. Basically, a container mgt tool.&lt;/p&gt;

&lt;p&gt;Why Docker?&lt;br&gt;
Multiple applications which uses same resources can be run at the same time by isolating the resources&lt;/p&gt;

&lt;p&gt;What is Container?&lt;br&gt;
Basic package of an application and libraries that could be run&lt;/p&gt;

&lt;p&gt;Docker Workflow?&lt;br&gt;
Docker build -&amp;gt; checks if it in hub -&amp;gt; if there will pull -&amp;gt; else creates a image-&amp;gt; docker run&lt;/p&gt;

&lt;p&gt;How container is created?&lt;br&gt;
A container is created with docker create command. &lt;/p&gt;

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