for-win icon indicating copy to clipboard operation
for-win copied to clipboard

Docker engine can't start

Open Ruvik1001 opened this issue 1 year ago • 6 comments

Description

20240414171250.zip Diagnostic

Reproduce

start docker desktop

Expected behavior

No response

docker version

error during connect: in the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/version": open //./pipe/docker_engine: The system cannot find the file specified.
Client:
 Cloud integration: v1.0.35+desktop.11
 Version:           25.0.3
 API version:       1.44
 Go version:        go1.21.6
 Git commit:        4debf41
 Built:             Tue Feb  6 21:13:02 2024
 OS/Arch:           windows/amd64
 Context:           default

docker info

Client:
 Version:    25.0.3
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.12.1-desktop.4
    Path:     C:\Program Files\Docker\cli-plugins\docker-buildx.exe
  compose: Docker Compose (Docker Inc.)
    Version:  v2.24.6-desktop.1
    Path:     C:\Program Files\Docker\cli-plugins\docker-compose.exe
  debug: Get a shell into any image or container. (Docker Inc.)
    Version:  0.0.24
    Path:     C:\Program Files\Docker\cli-plugins\docker-debug.exe
  dev: Docker Dev Environments (Docker Inc.)
    Version:  v0.1.0
    Path:     C:\Program Files\Docker\cli-plugins\docker-dev.exe
  extension: Manages Docker extensions (Docker Inc.)
    Version:  v0.2.22
    Path:     C:\Program Files\Docker\cli-plugins\docker-extension.exe
  feedback: Provide feedback, right in your terminal! (Docker Inc.)
    Version:  v1.0.4
    Path:     C:\Program Files\Docker\cli-plugins\docker-feedback.exe
  init: Creates Docker-related starter files for your project (Docker Inc.)
    Version:  v1.0.1
    Path:     C:\Program Files\Docker\cli-plugins\docker-init.exe
  sbom: View the packaged-based Software Bill Of Materials (SBOM) for an image (Anchore Inc.)
    Version:  0.6.0
    Path:     C:\Program Files\Docker\cli-plugins\docker-sbom.exe
  scout: Docker Scout (Docker Inc.)
    Version:  v1.5.0
    Path:     C:\Program Files\Docker\cli-plugins\docker-scout.exe

Server:
ERROR: error during connect: in the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/info": open //./pipe/docker_engine: The system cannot find the file specified.
errors pretty printing info

Diagnostics ID

D2157986-41AA-443A-9E9E-A2A4BBBBBBE6/20240414171250

Additional Info

No response

Ruvik1001 avatar Apr 14 '24 17:04 Ruvik1001

I have the same problem since upgrading to 4.28.0. Docker Desktop won´t start any longer. Downgrading my version again

CodeDrivenMitch avatar Apr 15 '24 06:04 CodeDrivenMitch

i also have the same issue. using v29

jdtyler-dev avatar Apr 16 '24 15:04 jdtyler-dev

have the same issue when updated to v4.29.0

yuran371 avatar Apr 17 '24 14:04 yuran371

can ewe downgrade docker version without loosing images?

piyushtalele-6491 avatar Apr 18 '24 05:04 piyushtalele-6491

Out development team every day see docker issues when they try to run docker desktop the solution that we found is:

  1. Run docker desktop
  2. Click in Start service message.
  3. If we got docker error.
  4. Open Services and stop docker process.
  5. Open Task manager and End task for docker.
  6. Open Docker desktop again.

jmarin1 avatar Apr 18 '24 19:04 jmarin1

I tried that, but the result is not comforting - it falls down with the error of failure to start the engine

Ruvik1001 avatar Apr 18 '24 20:04 Ruvik1001