Skip to main content

Questions tagged [docker-for-windows]

Docker implementation for Windows, running on WSL2 or Hyper-V.

0 votes
0 answers
820 views

Docker desktop fails to start after windows update

Windows 10 Edition Windows 10 Enterprise Version 22H2 Installed on ‎7/‎20/‎2022 OS build 19045.2728 Experience Windows Feature Experience Pack 120.2212.4190.0 Docker was working fine this ...
OldProgrammer's user avatar
1 vote
0 answers
1k views

Docker compose Error response from daemon, Ports are not available on Windows 11

I have following docker-compose.yml file: services: ## NGINX nginx: container_name: zl-nginx image: redis:alpine restart: unless-stopped networks: - reza ports: - ...
Reza Amya's user avatar
  • 111
3 votes
2 answers
5k views

Docker on Windows: lots of disk space in %TMP%/docker-index

I have one Windows guest image I built and I've been running containers from it for a few days. It's a decently large image, probably 20GB of data, and the containers grow fairly large as well. It ...
GaryO's user avatar
  • 345
11 votes
1 answer
58k views

Cannot locate .wslconfig in user profile on windows 11

I am completely new to Docker and Linux Subsystem on Windows [Ubuntu 22.04.1], which requires changing the CPU and RAM used in Docker, and I'm trying resolve a Parallel Computing on Windows Problem; ...
ineedhelp's user avatar
  • 213
0 votes
1 answer
1k views

How can I run a Windows Docker container on Windows without "open \\.\pipe\docker_engine_windows: The system cannot find the file specified"?

I am running Docker 20.10.22 on Windows 10 Pro 64-bit. In my Docker Desktop settings, I have using WSL 2 disabled: I have Hyper-V enabled: I have Docker Desktop in Windows containers mode instead of ...
Shane Bishop's user avatar
0 votes
1 answer
2k views

Cannot start WSL (using Win11 22H2)

I think this started happening after I updated my Windows 11. Current version is Windows 11, Version 22H2 (OS Build 22623.1037). Initially, my Docker Desktop also stopped working, but I uninstalled it ...
k8yun's user avatar
  • 11
0 votes
0 answers
121 views

Memory usage maxed out on Windows 10 with Task Manager's processes only showing a few GB used

I have been noticing when my computer sits overnight idle, after a day or few it gets increasingly slower. I once left it on for 5 days without using it, and when I came back it was completely ...
DonPiano's user avatar
0 votes
1 answer
2k views

Is it possible to assign the host's IP address to a docker container running within it?

I am a total newbie to Docker and while I understand the difference between a container and a VM, I am not sure whether it is possible to assign the host's IP address (the 192.168.x.x one, not the 127....
WebViewer's user avatar
  • 113
0 votes
0 answers
66 views

Clarification on Docker for Windows install

I'm confused by the Docker for Windows install instructions at https://docs.docker.com/desktop/install/windows-install/ The instructions state: "Containers and images created with Docker Desktop ...
mark2017's user avatar
2 votes
0 answers
1k views

mouse focus is locked on one window

I am having a very weird behavior, and it is happening frequently since I installed docker desktop. The mouse focus locks to a certain window and cannot be changed. The keyboard works perfectly, but ...
jaafar Nasrallah's user avatar
0 votes
1 answer
5k views

How to correctly mount/bind/... a local (host) dir into a docker container

I'm currently using Windows 11 and I try to construct a docker file for my development environment, which can be seen below. For me, the line RUN --mount=type=bind,target=/home/$username/src is ...
i_want_more_edits's user avatar
1 vote
1 answer
939 views

How to access host:port of a linux container from a windows container?

Basically I'm trying to access a Linux container via a Windows one on the same machine. From what I've read so far the easiest way to to do this via the host and registered ports but I'm having no ...
Magpie's user avatar
  • 111
0 votes
1 answer
79 views

Docker Desktop can't start at first time in Windows 10

I click on the Docker Desktop icon, the Docker upload window appears and after some time it closes, I repeat these steps about 5 times to start successfully. I am using Windows 10 Pro, my processor is ...
dalthonmh's user avatar
  • 101
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
0 votes
1 answer
258 views

Configure Windows Container as NAT Router

Preface: Similar to this post, but need a windows specific solution. I need to route traffic from a cluster of windows containers through another windows container within that same cluster. The goal ...
gerneio's user avatar
  • 11

15 30 50 per page
1
2
3 4 5
13