<?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>DEV Community: Chandra Shekar</title>
    <description>The latest articles on DEV Community by Chandra Shekar (@chandraa007b).</description>
    <link>https://dev.to/chandraa007b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3673367%2F95754ef3-064d-45b5-912f-c878aeb726c1.jpeg</url>
      <title>DEV Community: Chandra Shekar</title>
      <link>https://dev.to/chandraa007b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chandraa007b"/>
    <language>en</language>
    <item>
      <title>Hi , Started Docker</title>
      <dc:creator>Chandra Shekar</dc:creator>
      <pubDate>Mon, 05 Jan 2026 06:20:01 +0000</pubDate>
      <link>https://dev.to/chandraa007b/hi-starting-docker-2ei1</link>
      <guid>https://dev.to/chandraa007b/hi-starting-docker-2ei1</guid>
      <description>&lt;p&gt;HI , I a am student currently learning docker i feel networking in docker is difficult is there any suggestion what's the right way to understand. How to properly learn Docker&lt;/p&gt;

&lt;p&gt;-Thank you&lt;/p&gt;

</description>
      <category>learning</category>
      <category>help</category>
      <category>docker</category>
    </item>
    <item>
      <title>Day 1 with Docker</title>
      <dc:creator>Chandra Shekar</dc:creator>
      <pubDate>Mon, 22 Dec 2025 17:09:59 +0000</pubDate>
      <link>https://dev.to/chandraa007b/day-1-with-docker-2enm</link>
      <guid>https://dev.to/chandraa007b/day-1-with-docker-2enm</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The Permission Headache I immediately hit a permission denied error. Instead of just using sudo every time (which is a bad habit), I learned how to add my user to the group: sudo usermod -aG docker $USER Note: You have to log out and back in for this to work!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interactive vs. Detached I practiced the difference between:&lt;/p&gt;

&lt;p&gt;docker run -it ubuntu: Getting inside the container shell.&lt;/p&gt;

&lt;p&gt;docker run -d ubuntu: Letting it run in the background.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Useful Commands I Used Today:&lt;/p&gt;

&lt;p&gt;docker ps -a (to see the ghosts of containers past)&lt;/p&gt;

&lt;p&gt;docker images (to see what's taking up space)&lt;/p&gt;

&lt;p&gt;docker exec -it (better than attach for jumping back into a running container)&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Conclusion: It’s not just about commands; it’s about understanding isolation. Onward to Day 2!&lt;/p&gt;

</description>
      <category>devops</category>
      <category>docker</category>
      <category>learninpublic</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
