Questions tagged [docker-for-windows]
Docker implementation for Windows, running on WSL2 or Hyper-V.
208 questions
-1
votes
1
answer
53
views
How to add an external library to Immich in Windows?
How do I add an external library in Windows, such as "M:\My Documents\Pictures\Personal". I tried adding it with and without quotes but I get an error like: "Invalid import path: Import ...
1
vote
0
answers
26
views
WSL terminal sometimes starting up into `/mnt/wsl/docker-desktop-bind-mounts/` instead of `/mnt/c/` with Docker Desktop
I am running WSL2 in windows 11 and recently switched from using the linux docker engine in wsl to using Docker Desktop with the WSL based engine to get around some connectivity issues.
Usually when I ...
0
votes
1
answer
95
views
Web app not reachable via nginx proxy manager
Configured nginx-proxy-manager and hello-world fastapi app using K8S on Docker desktop
PS C:\Users\91893\Programming\docker\k8s\hello-world> kubectl get services
NAME TYPE ...
3
votes
2
answers
941
views
How to attach a USB on Windows host running Docker Desktop and then passed to Linux Docker container?
I am trying to connect to my J-Link device through a Docker container.
I have managed to install usbipd-win on Windows 11 with WSL2 updated and enabled and Docker Desktop. The image is Ubuntu 24.04 ...
0
votes
0
answers
100
views
Opening terminal causing pc to lag (more like a hang but still see mouse jumping)
I'm using Windows 11 pro and the terminal app worked fine until I ran a particular Node script yesterday. Now when switching to Terminal the PC lags and becomes unusable. When I switch to other apps, ...
0
votes
1
answer
643
views
WSL2 and Docker Desktop won't allow me to access a running container through a browser on my host machine
I have Windows 11 with WSL2 and Docker Desktop. I'm not sure when this happened but all of a sudden I couldn't access any running docker container through a web browser even though it seems like my ...
1
vote
0
answers
290
views
'docker model ls' keeps trying to create a new model runner container (and that conflicts with an existing one)
I have installed the latest docker desktop on windows 11 using WSL2 running Ubuntu 24. It works, I can pull and run containers, but the docker model commands have a strange behavior:
tom@raelee:~$ ...
1
vote
1
answer
463
views
Deleting the Windows Docker Desktop docker directory
I'm having trouble cleaning up the docker directory on Windows 11. I'm running Windows containers, not WSL, and I'm referring to the directory normally at C:/ProgramData/docker. I was running out of ...
0
votes
0
answers
551
views
WSL distributions are stopped when computer starts - Then Docker Desktop error ensuring data disk is available - WSL2 : Acces denied
On Windows 11 Entreprise 23H2 : every time I'm starting or rebooting my computer these are the states of my WSL distributions (Powershell) :
> wsl --list --verbose --all
NAME STATE ...
0
votes
0
answers
316
views
Installing n8n Community Edition on Windows Server 2019 Datacenter
I have a server running Microsoft Windows Server 2019 Datacenter.
This server's function is doing Hyper-V.
I've installed the Containers feature and Installed Docker CE / Moby.
I can succesfully run ...
0
votes
0
answers
347
views
Docker on Windows fails to pull mcr.microsoft.com/devcontainers/base:0-alpine-3.20 due to connection reset
I am using Docker Desktop on Windows with WSL 2 and trying to pull the following image:
docker pull mcr.microsoft.com/devcontainers/base:0-alpine-3.20
However, the image does not download. Running:
...
0
votes
1
answer
1k
views
Can't run Docker Desktop - Invalid command line option: --mount
I've installed the newest version of Docker Desktop: 4.37.1
Problem:
When I run it I got error message:
Docker Desktop - Unexpected WSL error An unexpected error occurred
while executing a WSL ...
3
votes
1
answer
1k
views
Why am I not able to see mounted folder with Docker-Desktop with WSL2?
I am facing some weird problem, I suspect, I am missing something but not able to find what is wrong. I spent quite a bit of time but not able to find what the problem is.
I have windows 10 with wsl2 ...
1
vote
1
answer
163
views
There is no ping from docker to some external resources
Description of the problem
Docker-Desktop with WSL2 (Ubuntu 20.04) is installed on my Windows 10 work computer
I run the docker with the command: docker run -it --rm -p 80:80 nginx /bin/bash
In it, I ...
0
votes
0
answers
176
views
Docker Desktop Requires Restart to Establish Communication with Remote Server
I'm running a docker-compose stack on Windows (Docker Desktop). The primary service in this stack communicates with an external server to advertise the presence of the child process. When I first ...