<p>The error is related to that part:</p>
<p>In the default daemon configuration on Windows, the docker client must<br>
be run elevated to connect</p>
<ul>
<li></li>
</ul>
<p>First, verify that <code>Docker Desktop</code> application is running. If not, launch it: that will run the docker daemon (just wait few minutes).</p>
<ul>
<li></li>
</ul>
<p>Then, if the error still persist, vous pouvez try to switch Docker daemon type, as explained below:</p>
<p><em><strong>With Powershell</strong></em>:</p>
<ul>
<li>
<p>Open Powershell <em>en tant qu’administrateur</em></p>
</li>
<li>
<p>Launch command: <code>& 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchDaemon</code></p>
</li>
</ul>
<p><em><strong>OR, with cmd</strong></em>:</p>
<ul>
<li>
<p>Open cmd <em>en tant qu’administrateur</em></p>
</li>
<li>
<p>Launch command: <code>"C:\Program Files\Docker\Docker\DockerCli.exe" -SwitchDaemon</code></p>
</li>
</ul>