-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.38.0 update docker.exe not found #14583
Comments
I have the same issue. Downgrading will be painful for me. Lots of images to backup |
Same: |
I run docker in WSL2, and use ubuntu as another WSL to start my containers. I am experiencing the same issue. |
What I'm done was delete Docker Desktop and reinstall, but don't update and its working fine again |
Perform a simple in-place downgrade. X:\Downloads>"Docker Desktop Installer 4.37.1.exe" install --disable-version-check Link to the previous docker versions: https://docs.docker.com/desktop/release-notes/#4371 4.38.0 causes specific containers in my case to not work correctly along with the error mentioned above. Downgrading to 4.37.1 fixes the issues with the odd container behavior and errors within docker. This is the third time within a year where newer versions have broken things, so a downgrade has always been necessary (on Windows only), I have not had any issues on Docker Desktop for Mac. Keep the downgrade command handy for instances like this. |
Rolling back to the version 4.37.1 was the solution make sure to back up all your images in case you need them and load them again after installing the older version |
Back up to be safe, but I did the in-place downgrade and all of my containers, images, and volumes persisted.
|
Yh, I always try to hold off a Docker Desktop update as long possible |
Description
After updating Docker desktop to 4.38.0, when attempting to look at my containers overall logs I see the error:
<3>WSL (11071 - Relay) ERROR: CreateProcessCommon:640: execvpe(C:\Program Files\Docker\Docker\resources\bin\docker.exe) failed: No such file or directory
After checking the docker.exe is present in the correct location, downgrading to 4.37.1 fixes the issue
Reproduce
Update to 4.38.0 from 4.37.1
Expected behavior
No response
docker version
docker info
Diagnostics ID
ADDC1AE8-CD4A-47BB-906C-1CE9A37E3DC7/20250207003332
Additional Info
No response
The text was updated successfully, but these errors were encountered: