Skip to main content

All Questions

0 votes
0 answers
29 views

WSL docker compose volume bind mount empty on host

I have Gitea on WSL as a docker container: version: "3" services: server: image: gitea/gitea:latest container_name: gitea mem_reservation: "1G" mem_limit: "...
Daviid's user avatar
  • 118
0 votes
0 answers
116 views

WSL can connect to VM, but not the other way around

I'm on Windows 10 and I have a service running on WSL2 Ubuntu and another service running on a Ubuntu Server VMWare VM, and although WSL can access the VM, the service on the VM seemingly can't ...
Skepller's user avatar
-1 votes
2 answers
163 views

Cannot install DDEV from PowerShell

I am trying to install DDEV from PowerShell, following these instructions: https://www.drupal.org/docs/develop/local-server-setup/windows-development-environment/installing-drupal-with-ddev-in-wsl2-on-...
MrSnrub's user avatar
  • 97
0 votes
2 answers
1k views

How to connect to WSL Docker Container using localhost keyword

Is there some way to connect to a container, running inside WSL 2, using the keyword localhost instead of 127.0.0.1:port? To give more context, I have a Docker Compose to run a Microsoft SQL Server ...
Gabriel Ferreira's user avatar
1 vote
0 answers
420 views

Unable to edit file in WSL from Windows

I have created ~/fastai/Dockerfile inside Ubuntu running in WSL. I tried to open it in windows notepad. First opened the folder in explorer: ~$ cd fastai/ ~/fastai$ explorer.exe . Then opened ...
RajS's user avatar
  • 251
0 votes
1 answer
573 views

How do I access my Windows directory from docker running on wsl?

As an example, I have installed Audioserve on Docker running Ubuntu via WSL on Windows. I would now like to add my audio folder but can not navigate to my Windows folders where they exist as I can ...
Patrick's user avatar
  • 11
0 votes
1 answer
4k views

Docker desktop cannot start after Win 11 updates

Recently, I've updated my Windows 11 OS. It seems that this caused problems to Docker desktop installation. Error states: An unexpected error occurred Failed to deploy distro docker-desktop to : Some ...
user1035174's user avatar
2 votes
0 answers
708 views

Dummy-RDP connection popup after installation docker on Windows 11

I'm getting a dummy RDP popup with always the same GUID (). In process explorer, I've figured out that the mstsc process is opened with the following parameters: mstsc.exe /v:8CE980A0-176F-4254-830E-...
igby's user avatar
  • 21
0 votes
1 answer
33 views

Issue while installing Docker Desktop on windows 10

I'm trying to install Docker Desktop on windows 10 using wsl backend but I'm continuously getting no suitable backend available error. can someone help me in troubleshooting this error.
user avatar
-1 votes
1 answer
310 views

cannot upgrade to wsl2

I am going to upgrade my wsl 1 to wsl 2 to use docker because when I run docker version I don't find anything for server: docker engine. I have already activated "Windows subsystem for Linux&...
8Simon8's user avatar
1 vote
2 answers
1k views

Windows 11 update broke network access for nodejs and other apps

After updating to Windows 11 22H2, some of my apps aren't able to connect to internet. First I noticed that all npm commands would fail with ECONNRESET when trying to reach registry.npmjs.org. Running ...
Casper's user avatar
  • 111
2 votes
0 answers
691 views

How to recover/recreate docker-desktop and docker-destop-data wsl distro

I deleted all wsl distro in my system including docker-desktop and docker-desktop-data using wsl commands. Later I uninstalled docker. Removed WSL feature as well. Now after some days, I installed WSL ...
Swanand Gajendragadkar's user avatar
23 votes
2 answers
9k views

Are Windows WSL2 "distributions" just docker containers under the hood?

I found this document on github: WSL2 Distributions Run As Containers It hasn't been updated in a while though, so I'm wondering if anyone knows whether or not Microsoft has published a technical ...
StackExchanger's user avatar
4 votes
2 answers
11k views

How to install Docker in Ubuntu WSL?

I've recently installed Ubuntu 22.04 WSL on my Windows 10 PC. My naive understanding is that this Ubuntu "app" is equivalent to a Linux development environment. When I explore within the ...
StoneThrow's user avatar
  • 1,197
1 vote
1 answer
262 views

Docker-desktop recreates deleted folder in WSL2

I have a wierd issue. I noticed lately that some of the folders I had deleted in my WSL2 Ubuntu distribution on Windows 11 were still there after I rebooted my PC. The folder are empty but no matter ...
MyUsername112358's user avatar

15 30 50 per page