<?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: Narla Pavan Prateek</title>
    <description>The latest articles on Debug School by Narla Pavan Prateek (@pavanprateek_331).</description>
    <link>https://www.debug.school/pavanprateek_331</link>
    <image>
      <url>https://www.debug.school/images/MnK0owXVOm_8Mdtjh6UUofdVIR70ZN0-wy56pwWy5Z8/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzIwNi83NjE1/MTZiNi1iYjQ2LTRl/ZDYtOWUyMS1kYWZm/MGJiMzdlZTcucG5n</url>
      <title>Debug School: Narla Pavan Prateek</title>
      <link>https://www.debug.school/pavanprateek_331</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/pavanprateek_331"/>
    <language>en</language>
    <item>
      <title>Git Commands</title>
      <dc:creator>Narla Pavan Prateek</dc:creator>
      <pubDate>Fri, 18 Nov 2022 07:25:03 +0000</pubDate>
      <link>https://www.debug.school/pavanprateek_331/git-commands-13n7</link>
      <guid>https://www.debug.school/pavanprateek_331/git-commands-13n7</guid>
      <description>&lt;p&gt;git init: To init or create a local repository&lt;br&gt;
git clone: to clone the remote repository to local&lt;br&gt;
git pull: to pull the changes remote repository to local(working dir)&lt;br&gt;
git add: to move the file to the staging area.&lt;br&gt;
git commit: to commit the code to the local repository&lt;br&gt;
git push: to push the code to the remote repository&lt;br&gt;
git rm: remove the change or unstage it from local repo&lt;br&gt;
git tag : to tag the latest commit in a local branch&lt;br&gt;
git tag -d : delete the tag&lt;br&gt;
git mv : to move the file or changes between two folders in local repo&lt;br&gt;
git diff : to check the difference between two commits, two commit id need to be passed as arguments&lt;br&gt;
git log: to check the history of commit for a specific branch&lt;br&gt;
git stash: to stash the local changes in a temporary folder&lt;br&gt;
git merge: to merge the changes between two local repos&lt;br&gt;
git fetch: to merge the change between two remote branches&lt;br&gt;
git cherrypick: to merge the particular change from feature to master branch or any branch&lt;br&gt;
git revert: to revert the latest changes or commits from local branch&lt;br&gt;
git status: to check the status of the particular change or file&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker Volume</title>
      <dc:creator>Narla Pavan Prateek</dc:creator>
      <pubDate>Wed, 16 Nov 2022 05:26:24 +0000</pubDate>
      <link>https://www.debug.school/pavanprateek_331/docker-volume-1pnp</link>
      <guid>https://www.debug.school/pavanprateek_331/docker-volume-1pnp</guid>
      <description>&lt;p&gt;this sort of mount is brief and endures on host memory.it doesn't permit sharing of mounted data  among containers since it's an temporary volume. When the host restarts the information will be no more.&lt;br&gt;
Use Case: It tends to be utilized in the fastest numerical tasks results handling.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Docker image</title>
      <dc:creator>Narla Pavan Prateek</dc:creator>
      <pubDate>Tue, 15 Nov 2022 06:49:11 +0000</pubDate>
      <link>https://www.debug.school/pavanprateek_331/docker-image-1ke8</link>
      <guid>https://www.debug.school/pavanprateek_331/docker-image-1ke8</guid>
      <description>&lt;p&gt;What is a Docker image. Explain in 10 points.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Docker image is an executable package of software that includes everything needed to run an application
    2. Docker images are immutable, they can't be changed.
    3. Docker images can be duplicated, shared or deleted.
    4. Docker image also act as the starting point when using Docker.
    5. Docker image contains appication code, libraries, tools, dependencies and other files needed to make an application run.
    6. Docker images have multiple layers, each one originates from the previous layer but is different from it.
    7. Docker images are a reusable asset deployed o any host.
    8. Docker images has many layers such as base image, parent image, layers, container layer, docker manifest.
    9. Docker image informs how a container should instantiate  which software components will run and how
    10.Docker image informs how a container should determining which software components will run and how&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Update and wait</title>
      <dc:creator>Narla Pavan Prateek</dc:creator>
      <pubDate>Tue, 15 Nov 2022 05:13:00 +0000</pubDate>
      <link>https://www.debug.school/pavanprateek_331/update-and-wait-mgh</link>
      <guid>https://www.debug.school/pavanprateek_331/update-and-wait-mgh</guid>
      <description>&lt;p&gt;Q.1) what is use of "docker update" ?&lt;/p&gt;

&lt;p&gt;Ans. 1) The docker update command refreshes the compartment setup progressively. This order is utilized to keep the compartments from go through an excessive number of assets from the docker have.&lt;/p&gt;

&lt;p&gt;Q 2) what is the use of "docker wait" ?&lt;/p&gt;

&lt;p&gt;Ans.2 ) Docker wait command is used to block or wait until one or more containers stops, and then it shows&lt;br&gt;
the exit code as output, that is why we cannot use the terminal if we are running this command on the terminal.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Understanding about Docker</title>
      <dc:creator>Narla Pavan Prateek</dc:creator>
      <pubDate>Mon, 14 Nov 2022 07:27:19 +0000</pubDate>
      <link>https://www.debug.school/pavanprateek_331/understanding-about-docker-1pc0</link>
      <guid>https://www.debug.school/pavanprateek_331/understanding-about-docker-1pc0</guid>
      <description>&lt;p&gt;What is Docker?&lt;br&gt;
Docker is a container management service. Docker are develop, ship and run anywhere. Docker is for developers to easily develop applications.&lt;/p&gt;

&lt;p&gt;Why Docker?&lt;br&gt;
Docker can be used to save time, save memory and improve the quality of the software and decrease the expense by creating different environments on same Kernel&lt;/p&gt;

&lt;p&gt;What is Container?&lt;br&gt;
Containers are instances of Docker images that can be run using the Docker run command.&lt;/p&gt;

&lt;p&gt;Docker workflow&lt;br&gt;
User ---&amp;gt; Client ---&amp;gt; Docker host ---&amp;gt;registry&lt;/p&gt;

&lt;p&gt;How container created?&lt;br&gt;
We can download an image from Registry and the images become Containers when they are running in Docker Engine.&lt;/p&gt;

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