<?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: Jayakrishnan pn</title>
    <description>The latest articles on Debug School by Jayakrishnan pn (@jayakrishnanpn).</description>
    <link>https://www.debug.school/jayakrishnanpn</link>
    <image>
      <url>https://www.debug.school/images/d9O_7Z9l7_FKOSajf4cja6XUrcbTZpX97v7g4dxB-0Y/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzc2OS9lOGM1/NTMyMS00YzUxLTQ2/ZTAtOTdmMi1lYzky/ZjU5ZjU3NWYucG5n</url>
      <title>Debug School: Jayakrishnan pn</title>
      <link>https://www.debug.school/jayakrishnanpn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/jayakrishnanpn"/>
    <language>en</language>
    <item>
      <title>My Document.pnjk</title>
      <dc:creator>Jayakrishnan pn</dc:creator>
      <pubDate>Tue, 13 Feb 2024 12:17:54 +0000</pubDate>
      <link>https://www.debug.school/jayakrishnanpn/my-documentpnjk-fap</link>
      <guid>https://www.debug.school/jayakrishnanpn/my-documentpnjk-fap</guid>
      <description>&lt;p&gt;which dockerd - to show the docker present or not&lt;br&gt;
which containerd - to show the container present or not&lt;br&gt;
ps -ef | grep docker&lt;br&gt;
ps -ef | grep containerd - to show process&lt;br&gt;
docker info - see information about the docker.&lt;br&gt;
docker version - see version reg docker&lt;br&gt;
docker pull &lt;em&gt;image name&lt;/em&gt; - to pull the image from docker hub&lt;br&gt;
docker images - show the images available in docker.&lt;br&gt;
docker create httpd - create a container for httpd image.&lt;br&gt;
docker ps - show running containers list&lt;br&gt;
docker ps -a  -show containers list&lt;br&gt;
docker start &lt;em&gt;image ID&lt;/em&gt; - start a container&lt;br&gt;
docker stop &lt;em&gt;image ID&lt;/em&gt; - stop a container&lt;br&gt;
docker restart &lt;em&gt;image ID&lt;/em&gt; - reboot a container&lt;br&gt;
docker kill &lt;em&gt;image ID&lt;/em&gt; - kill a container forcefully&lt;br&gt;
docker rm &lt;em&gt;image ID&lt;/em&gt; - remove the container&lt;br&gt;
docker pause &lt;em&gt;image ID&lt;/em&gt; - pause the container&lt;br&gt;
docker unpause &lt;em&gt;image ID&lt;/em&gt; - unpause the container&lt;br&gt;
docker stats - get status of the container processor/ram/network&lt;br&gt;
docker run -itd &lt;em&gt;imagename&lt;/em&gt; - to pull image from hub, create, start at the same time&lt;/p&gt;

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