Skip to content

No recognizing of running docker containers with Docker Desktop 4.38.0 #560

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

Closed
Chris53897 opened this issue Feb 6, 2025 · 3 comments · Fixed by #561
Closed

No recognizing of running docker containers with Docker Desktop 4.38.0 #560

Chris53897 opened this issue Feb 6, 2025 · 3 comments · Fixed by #561

Comments

@Chris53897
Copy link

Chris53897 commented Feb 6, 2025

Problems with Docker 4.3.8

Image

docker-compose.override.yml

###> symfony/mailer ###
  mailer:
    image: axllent/mailpit
    # fixed ports
    ports:
      - "48125:1025"
      - "48180:8025"
    environment:
      MP_SMTP_AUTH_ACCEPT_ANY: 1
      MP_SMTP_AUTH_ALLOW_INSECURE: 1
###< symfony/mailer ###

Update: The problem is Docker https://docs.docker.com/desktop/release-notes/#4380 4.38.0

Please use 4.37.2 https://docs.docker.com/desktop/release-notes/#4372

@Chris53897 Chris53897 changed the title No recognizing of running docker containers No recognizing of running docker containers with Docker 4.38.0 Feb 6, 2025
@tucksaun
Copy link
Member

tucksaun commented Feb 7, 2025

I managed to reproduce the issue.

The problem seems to be during the container enumeration (not during the initial connection).
Upgrading to the latest version of the moby library does not fix the issue.
Continuing the investigation.

@tucksaun
Copy link
Member

tucksaun commented Feb 7, 2025

Well... increasing the timeout seems to fix the issue.

{"level":"debug","time":"2025-02-07T10:31:10+01:00","message":"client.ContainerList took 3.032983167s"}

Did Docker Desktop just become slow?

@tucksaun
Copy link
Member

tucksaun commented Feb 7, 2025

Some additional info here: docker/for-mac#7575

@tucksaun tucksaun changed the title No recognizing of running docker containers with Docker 4.38.0 No recognizing of running docker containers with Docker Desktop 4.38.0 Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants