Skip to content

fix: Fix Docker containers are not detected with Docker Desktop 4.38.0 #561

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

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

tucksaun
Copy link
Member

@tucksaun tucksaun commented Feb 7, 2025

This is due to a regression in Docker Desktop 4.38.0 making the API slow.

We workaround this by defining a User Agent starting with "Docker-Client/"

Fixes #560

This is due to a regression in Docker Desktop 4.38.0 making the API slow.

We workaround this by defining a User Agent starting with "Docker-Client/"
@nicolas-grekas
Copy link
Contributor

Haha nice, software design at its best :D

@tucksaun
Copy link
Member Author

tucksaun commented Feb 7, 2025

@nicolas-grekas yes indeed, at leat they know it's not the best and are willing to fix it :D

@fabpot fabpot merged commit 22df288 into symfony-cli:main Feb 7, 2025
1 check passed
@fabpot
Copy link
Contributor

fabpot commented Feb 7, 2025

Thank you @tucksaun

@tucksaun tucksaun deleted the fix/560 branch February 7, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

No recognizing of running docker containers with Docker Desktop 4.38.0
3 participants