WSL2 can't acess service runing on windows host – Docker
I have several services running on my windows host machine. Some of then are acessible via wsl running in ports 8090, 8091. Others in other ports just hangs forever. eror netstat
I have several services running on my windows host machine. Some of then are acessible via wsl running in ports 8090, 8091. Others in other ports just hangs forever. eror netstat
I am setting up and airflow k8s cluster using kind deployment on a WSL2 setup. When I execute standard helm install $RELEASE_NAME apache-airflow/airflow --namespace $NS it fails. Further investigation shows that cluster worker node cannot connect to registry-1.docker.io. Error log…
I had setup a WSL2 Ubuntu. Now I am running a local SQL Server instance on the 1401 port using Docker. Container port: 0.0.0.0:1401->1433/tcp I would like to connect this instance from SSMS but I am getting following error: Server…
I have WSL installed as well as Docker Desktop. I tried to clean up docker as much as I could by running docker system prune -a docker volume rm $(docker volume ls -q -f dangling=true) Then I verified with ❯…
What's wrong with my settings? Here's my docker-compose.yml that I start with sudo docker-compose up -d which ends up like that: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7fa1ebd185d3 mongo "docker-entrypoint.s…" 2 minutes ago Up 2 minutes 0.0.0.0:27017-27019->27017-27019/tcp mongodb…
I have a C# .NET CORE console application running in a Docker container, which runs in WSL2 Ubuntu 20.04. Now I would like to use Visual Studio (in Windows) to debug that C# console app running in that Docker container.…
So i'm using docker-compose to set up local dev environments while I'm working on Wordpress sites. And now i'm trying to fix so I can get an self signed ssl certificate for that local dev environment. But all I end…
I intend to run a Linux-based container on Windows. I installed Docker 4.3.2 and 4.4.4 community editions based on WLS2 to do that. After enabling all prerequisites for windows (WSL2, Hyper-V, Containers) and installing Docker, I tried to launch the…
I'm creating a React app with docker in WSL2 and create-react-app and everything seems to be working fine except the app is not updating with changes in the code. I mean, when I make a change in the code, the…
I want to transfer a Docker image from my Windows10 PC to another one, Fedora, using rsync. I can't use WSL, I need WSL2 as the compiler says: ubu@DESKTOP-QL4RO3V:/mnt/c/Windows/system32$ docker images The command 'docker' could not be found in this…