-
Notifications
You must be signed in to change notification settings - Fork 6
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
use without docker desktop (docker engine ) #1
Comments
Hi @cirolosapio-accenture, I assume you switched from Docker Desktop on eighter Mac of Windows to Docker engine on a Linux system, right? |
yes i've installed docker engine + compose on wsl but unfortunately this flag is not enough |
Ok so you are using the Windows Subsystem for Linux (WSL) and the Docker engine without using Docker desktop on Windows. To be honest I don't have experience with these kind of setups. Don't you have the option to use run the Docker engine using Linux and skip the whole Windows part? If you can't, do you need to enable some firewall settings in Windows? |
what do you mean with "Windows part"? the last problem remain to be able to see windows/wsl host from the container
i've read and after some tests i'm not able to see windows/wsl |
Thanks for your response. Do have a small example repository to reproduce the issue? Otherwise maybe create an issue on the Docker project. I dont’t have experience with Windows subsystem for Linux. |
yes this one i have a php container and i'm trying to debug it with xdebug from vscode until a few months ago i was able to debug with docker desktop |
hi
i've used this confiugration a lot with docker desktop but when i switched from docker desktop to docker engine i cannot connect to host from container anymore
do you find any solution?
The text was updated successfully, but these errors were encountered: