[BUG] Remote containers do not work with the latest docker desktop 4.29.0 update for MacOS
Description
Error: connect ECONNREFUSED occurs when Visual Studio code is trying to communicate with the server inside a docker
Steps To Reproduce
- update docker desktop to version 4.29.0
- open your project and do Reopen in container
Compose Version
No response
Docker Environment
4.29.0
Anything else?
No response
What make you think this is related to Docker Compose ? Sounds like a Docker Desktop or vscode extension issue, compose is not involved here
@ndeloof , probably you are right, but I tested with the compose based docker stack, so created the issue here. If I am wrong, how can I move it to the other space?
first confirm you can run a docker container and/or a compose application from command line running docker run ...
if not, your Docker desktop installation has some issue. Otherwise, this sounds like a Vscode bug: please report to vscode maintainers
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.