-
-
Notifications
You must be signed in to change notification settings - Fork 120
Symfony not detecting my docker containers #518
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
Comments
Could it be related to #285 (DOCKER_HOST env var issue)? |
Indeed it was, thank you! Adding |
The socket detection path is not part of the Symfony CLI code but directly Docker's one. I'll see what we can do but as stated previously, Docker explicitly says that in such case one has to export DOCKER_HOST so I'm not sure I can do it so easily 😕 Regarding the |
See #519 for connection error logging |
See #520 for a fix attempt |
Uh oh!
There was an error while loading. Please reload this page.
I have docker running with several containers using

docker compose
, however none of them show in the Symfony toolbar:Also running
symfony var:export --debug --multiline
doesn't list any docker containers, nor env variables that should have been set by docker.Maybe the issue is docker-side, but I have no idea how to further diagnose the problem.
I'm running Docker Desktop.
/opt/docker-desktop/bin/com.docker.diagnose check
shows no fatal errorsThe text was updated successfully, but these errors were encountered: