Skip to content
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

Latest release 4.22.0 very unstable - docker desktop mac #6953

Closed
paro-paro opened this issue Aug 23, 2023 · 25 comments
Closed

Latest release 4.22.0 very unstable - docker desktop mac #6953

paro-paro opened this issue Aug 23, 2023 · 25 comments

Comments

@paro-paro
Copy link

paro-paro commented Aug 23, 2023

Description

Just updated to the latest 4.22.0 version.

Half of my images wont run. Like this one:

docker run --detach --publish 8545:8545 trufflesuite/ganache:latest

Both the cli and the UI have frozen many times trying to run and remove both containers and images.

Even after a full cleanup with docker system prune the UI will still display unused images.

Just wanted to report this here in case other users are having the same issues.

Uninstalling and going back to previous version (4.21.1) fixed all issues.

Reproduce

Explained above

Expected behavior

No response

docker version

Already rollbacked to the 4.21.1 version where everything is working as expected

docker info

Same

Diagnostics ID

Additional Info

No response

@brokengrappler
Copy link

I'm experiencing the same. After I updated and installed nothing else, docker ps doesn't even work for me. It just hangs.

@bsousaa
Copy link
Contributor

bsousaa commented Aug 25, 2023

We released the 4.22.1 patch fixing multiple issues https://docs.docker.com/desktop/release-notes/. Can you give it a try?

@mccolljr
Copy link

mccolljr commented Aug 26, 2023

I am experiencing the same problem(s) described by @brokengrappler and @paro-paro on 4.22.1.

My system:

macOS version:

13.3.1 (a) (22E772610a)

hardware:

Model Name: MacBook Pro
Model Identifier: Mac14,10
Model Number: MNW83LL/A
Chip: Apple M2 Pro
Total Number of Cores: 12 (8 performance and 4 efficiency)
Memory: 16 GB
System Firmware Version: 8422.100.650
OS Loader Version: 8422.100.650

Maybe useful to mention that enabling the use of Rosetta seems to have alleviated most (not all) of the issues.

EDIT: I was wrong - I ended up downgrading to 4.21.1, which works perfectly

@daveisfera
Copy link

F14EC0BF-E65E-45F4-B960-78F5BD1C8BD8/20230828180056

@bsousaa
Copy link
Contributor

bsousaa commented Aug 28, 2023

@daveisfera can you confirm what version of Docker Desktop you are running and describe the issue?

@daveisfera
Copy link

daveisfera commented Aug 28, 2023

4.22.0 and everything froze up. Even docker ps would just hang and not return anything. I just upgraded to 4.22.1

@stevehs17
Copy link

I am running 4.22.0 on a mac. It seems flaky. For instance, running a tutorial, sometimes docker build -t getting-started works immediately and sometimes it hangs or takes a long time.

@bsousaa
Copy link
Contributor

bsousaa commented Aug 29, 2023

@stevehs17 please upgrade to 4.22.1. @daveisfera can you confirm if the issues are gone?

@daveisfera
Copy link

The issue is infrequent and random, and I've only been running for about a day, so can't say anything sure yet, but I'll keep an eye out

@stevehs17
Copy link

stevehs17 commented Aug 29, 2023

@bsousaa I had similar problems yesterday with 4.22.1. I'll try it again today. If I keep having problems, I'll try 4.21.1 and see if that works better.

@savamilovanovic
Copy link

savamilovanovic commented Aug 29, 2023

I upgraded to 4.22.1 (Windows) and it is very unstable - at least as unstable as it was 4.22.0 (running it on Windows)

@stevehs17
Copy link

After having problems with both 4.22.0 and 4.22.1 on Mac, I decided to try 4.21.1 based on comments previously in this thread. It seems to work much better. One clear advantage is that it starts much more quickly.

@brokengrappler
Copy link

brokengrappler commented Aug 30, 2023

I went back to 4.21.0 as well. All is running fine, as it did before, without issues.

@savamilovanovic
Copy link

savamilovanovic commented Aug 30, 2023

I rolled back to 4.21.1. works like a champ!

@daveisfera
Copy link

docker crashed in a way I haven't see before:

request returned Internal Server Error for API route and version http://%2FUsers%2Fdlj%2F.docker%2Frun%2Fdocker.sock/v1.24/containers/json, check if the server supports the requested API version

F14EC0BF-E65E-45F4-B960-78F5BD1C8BD8/20230831205555

@jpmc
Copy link

jpmc commented Sep 7, 2023

I don't have a specific log, however I just wanted to add similar confirmation like Steve's.

After having problems with both 4.22.0 and 4.22.1 on Mac, I decided to try 4.21.1 based on comments previously in this thread. It seems to work much better. One clear advantage is that it starts much more quickly.

Same, and my problems were things like not being able to use docker-ps/cli etc, and my tools that work with docker couldn't detect the instance despite Desktop running, and restarting Docker Desktop in-app didn't make them work either. Only a full system reboot got it to work for a bit before it went weird again eventually.

My only guess at the moment is perhaps it's that new power saving mode? But that's a wild guess on my end. In any case 4.21.1 works fine for me. On an M1 Mac running Monterey.

@daveisfera
Copy link

F14EC0BF-E65E-45F4-B960-78F5BD1C8BD8/20230920193202
Still having issues with 4.23

@manvydas-tbol
Copy link

Seeing something similar - docker-build not longer works on mac, getting identical error
ERROR: request returned Internal Server Error for API route and version....docker%2Frun%2Fdocker.sock/_ping, check if the server supports the requested API version

@apanasenkamaksim
Copy link

apanasenkamaksim commented Sep 22, 2023

ERROR: request returned Internal Server Error for API route ...
Docker Desktop 4.23.0 (120376)
Docker version 24.0.6, build ed223bc
ProductName: macOS
ProductVersion: 13.2.1
BuildVersion: 22D68

@bsousaa
Copy link
Contributor

bsousaa commented Sep 22, 2023

@apanasenkamaksim
Copy link

@bsousaa Error uploading: Put "https://docker-pinata-support.s3.amazonaws.com/incoming/3/649EA5DE-AE01-4F94-8CA2-DD3BF2EAEA0E/20230922172459.zip": write unix ->/Users/myusername/Library/Containers/com.docker.docker/Data/httpproxy.sock: write: no buffer space available

Maybe this is the issues itself.
Trying to understand how to solve this.

@apanasenkamaksim
Copy link

Maybe, not.
Diagnostics ID: 649EA5DE-AE01-4F94-8CA2-DD3BF2EAEA0E/20230922173757 (uploaded)

@daveisfera
Copy link

Froze up again and all 8 cores going full bore in the virtualization stuff:
F14EC0BF-E65E-45F4-B960-78F5BD1C8BD8/20230926210132

@lorenrh
Copy link
Member

lorenrh commented Sep 29, 2023

Hello,

This issue has been fixed in the latest 4.24.0 release. You can see the latest release notes here. Would you mind trying it out and checking if the issue still persists?

@apanasenkamaksim
Copy link

Hi, Thank you!
I updated Docker Desktop and will let you know if the issue appear again.
Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests