<?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: Antoni Borowski</title>
    <description>The latest articles on DEV Community by Antoni Borowski (@antek5421).</description>
    <link>https://dev.to/antek5421</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%2F3392549%2F9c396344-0ec8-4305-b83d-b70b246355f4.jpeg</url>
      <title>DEV Community: Antoni Borowski</title>
      <link>https://dev.to/antek5421</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/antek5421"/>
    <language>en</language>
    <item>
      <title>Dev containers not working? Check if you’re using Flatpak VS Code</title>
      <dc:creator>Antoni Borowski</dc:creator>
      <pubDate>Sun, 27 Jul 2025 22:09:23 +0000</pubDate>
      <link>https://dev.to/antek5421/dev-containers-not-working-check-if-youre-using-flatpak-vs-code-21c5</link>
      <guid>https://dev.to/antek5421/dev-containers-not-working-check-if-youre-using-flatpak-vs-code-21c5</guid>
      <description>&lt;p&gt;I spent ~30 minutes wondering why my dev containers weren’t seeing the Docker engine running.&lt;br&gt;
Docker was working fine in the terminal, but VS Code couldn’t connect.&lt;/p&gt;

&lt;p&gt;I was about to reinstall everything when I realized I had installed VS Code via Flatpak.&lt;/p&gt;

&lt;p&gt;As we all know, Flatpak apps run in a sandbox, so vscode has no access to /var/run/docker.sock by default&lt;/p&gt;

&lt;p&gt;Solution:&lt;br&gt;
Install VS Code from your system package manager (e.g. .deb, .rpm, or the official tarball).&lt;/p&gt;

&lt;p&gt;Takeaway:&lt;br&gt;
Before debugging like crazy, double-check how your app is installed — sandboxed formats like Flatpak can break common development workflows.&lt;/p&gt;

</description>
      <category>docker</category>
      <category>vscode</category>
      <category>linux</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
