Closed gmeans closed 1 month ago
Happening for me too. Seems like docker doesn't wake up from resource saver mode.
Also happening for me. It seems strongly coupled to resource saver mode.
Same here. Running some other command, such as docker compose pull
, wakes it up, and then I can start my containers as usual.
Thanks for the report. There's a bug where some commands (e.g. docker ps --filter
and docker compose up
) will not wake the VM properly. Running a pull or another container usually does the trick. One workaround would be to disable Resource Saver in settings. Alternatively you could try a nightly build which has the fix, the latest is:
issue resolved with Intel Docker.dmg
I am curious is there any timeline when the fix would be released for public ? at minikube we are contemplating to do a patch release, but if docker desktop fix is on the way we wouldnt have to do that
@medyagh we discussed it today and decided to create a DD patch release (4.34.2), aiming for this Thursday (12th). Hopefully this avoids the need for Minikube to do a patch release.
Thank you for fixing this! It works for me now!
Echoing the good news: minikube start
works again using the docker driver. Thank you!
Thanks for the report and for letting us know it's fixed!
Closing this ticket, as the fix has been included in Docker Desktop 4.34.2. See release notes
Description
After upgrading to v4.34.0 I've noticed the docker CLI "hangs" in certain situations requiring a full restart to get things working again. I've noticed this primarily when using VS Code dev containers as when in this state, they won't start up.
When in this state, the CLI won't return until the command is cancelled, then returning the desired results successfully without error as seen in the screenshot.
__
Reproduce
docker version --format '{{json . }}'
Expected behavior
The intended behavior is for the command to return immediately without having to cancel it.
docker version
docker info
Diagnostics ID
3BA6725A-0109-40B3-814F-CCE4FAE48533/20240905150721
Additional Info
Please note that the diagnostics and info commands did not run successfully until I restarted Docker Desktop and cleared containers.