-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[BUG] Docker compose starting lags #11305
Comments
Hi. I'm facing the same issue. |
Hi. Me too, I'm facing the same issue. |
Hi! |
The same! it started just after upgrading Docker Desktop! |
@milas, were you able to reproduce the issue? Maybe you know some workarounds against this issue? Or maybe you need some addition details from me? |
Seeing similar problems, composer commands seem to hang for 10 to 20 seconds before doing anything, then execute the command very slowly. A |
I have the same issue. |
Hi @milas, |
In my case it was solved with a reboot |
The interesting thing, after upgrading Docker Desktop to v4.27.0 (135262), I still have this issue, but the
|
@glours maybe you can also look at this issue? This is very annoying :( |
It looks like you're reaching the telemetry timeout, I suspect something on the DD side, @milas did improvements on Docker Desktop side but they aren't merged ATM. |
@glours, just checked - yes, these 2 files are there when the issue reproduces: ➜ ~ ll ~/.docker/run ✔
total 0
srwxr-xr-x 1 ihor staff 0B Jan 30 16:06 docker-cli-api.sock
srwxr-xr-x 1 ihor staff 0B Jan 30 16:06 docker.sock
srwxr-xr-x 1 ihor staff 0B Jan 30 16:06 otlp-public.grpc.sock
srwxr-xr-x 1 ihor staff 0B Jan 30 16:06 otlp.grpc.sock Also, I checked, I have So far, disabling usage statistics didn't change anything, also removing these 2 sock files didn't change.
|
Is this related to (or the same issue as) #11437 ? |
@dave-shawley It's possible they're related. Are you on Docker Desktop 4.28? (Click "Check for Updates" and it should show up if it hasn't automatically.) If you still see the issue after upgrading, can you upload a diag and share the ID here?
|
I’m still on 4.27.2…. our packages are managed on my work laptop and 4.28 isn’t available yet. It should show up in a day or two. I’ll check back in after I upgrade. 🤞 |
EDIT: scratch that, this is likely a different bug since I'm not using docker desktop nor do I see such a delay with versions <=2.24.3. |
@milas I did a full clean and reinstall of Docker Desktop and the slowness that I was seeing has disappeared 🤨 I think that I hadn't removed some of the cruft in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I haven't experienced this issue for a while, looks like it was fixed alreday |
Description
I noticed that my environment started very slowly - like five containers were re-created (w/o building or pulling) for about 2 minutes, while in the past, it was about 5-10 seconds. It literally shows that it creating container one by one with delay of about 10+ seconds each. Investigation came that actually not depending in which folder -
docker compose config
,docker compose up -d
and evendocker compose
commands time to time becoming super-slow.Environment:
Macbook Pro with M1 Pro CPU
MacOS 14.2.1 (23C71)
Docker Desktop for Mac 4.26.1 (131620)
Steps To Reproduce
time docker compose
commandExpected result
command should execute under 1 second
Actual result
command executes for 10 seconds (we're getting output immediately, but then waiting for 10 seconds.
The end of the command output is following:
Compose Version
Docker Environment
Anything else?
Notes:
docker ps
,docker info
anddocker compose version
don't have any delaytime docker compose
moves back to normal, here is the screenshot when it become self-fixedDiagnostic ID E27C59CC-514B-4202-94C5-89872498DCEB/20231227103223
The text was updated successfully, but these errors were encountered: