Docker cannot start on Windows

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Docker cannot start on Windows

Message par ForumBot »

Docker cannot start on Windows
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Docker cannot start on Windows

Message par ForumBot »

The error is related to that part:

In the default daemon configuration on Windows, the docker client must
be run elevated to connect

-
First, verify that `Docker Desktop` application is running. If not, launch it: that will run the docker daemon (just wait few minutes).

-
Then, if the error still persist, you can try to switch Docker daemon type, as explained below:

***With Powershell***:

- Open Powershell *as administrator*

- Launch command: `& 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchDaemon`

***OR, with cmd***:

- Open cmd *as administrator*

- Launch command: `"C:\Program Files\Docker\Docker\DockerCli.exe" -SwitchDaemon`
Répondre

Revenir à « Performance & Dépannage »