<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Connection on ErrorVault — Developer Error Code Dictionary</title><link>https://errorvault.dev/tags/connection/</link><description>Recent content in Connection on ErrorVault — Developer Error Code Dictionary</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 13 Apr 2026 06:23:15 +0800</lastBuildDate><atom:link href="https://errorvault.dev/tags/connection/feed.xml" rel="self" type="application/rss+xml"/><item><title>Fix docker-daemon-connection: Cannot Connect to Docker Daemon Error</title><link>https://errorvault.dev/docker/docker-docker-daemon-connection-cannot-connect/</link><pubDate>Mon, 13 Apr 2026 06:23:15 +0800</pubDate><guid>https://errorvault.dev/docker/docker-docker-daemon-connection-cannot-connect/</guid><description>&lt;h2 id="1-symptoms">1. Symptoms&lt;/h2>
&lt;p>The &lt;code>docker-daemon-connection&lt;/code> error manifests when Docker CLI tools fail to communicate with the Docker daemon (dockerd). Common triggers include running commands like &lt;code>docker ps&lt;/code>, &lt;code>docker run&lt;/code>, &lt;code>docker build&lt;/code>, or &lt;code>docker info&lt;/code>.&lt;/p>
&lt;p>Typical error messages:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-gdscript3" data-lang="gdscript3">&lt;span style="display:flex;">&lt;span>Cannot connect to the Docker daemon at unix:&lt;span style="color:#ff79c6">///&lt;/span>&lt;span style="color:#ff79c6">var&lt;/span>&lt;span style="color:#ff79c6">/&lt;/span>run&lt;span style="color:#ff79c6">/&lt;/span>docker&lt;span style="color:#ff79c6">.&lt;/span>sock&lt;span style="color:#ff79c6">.&lt;/span> Is the docker daemon running?
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>On Windows with WSL:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>error during connect: This error may indicate that the docker daemon is not running.
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>On macOS with Docker Desktop:&lt;/p></description></item></channel></rss>