-
### Description
File is corrupted on successive bind mounts
### Reproduce
#virtiofs
mac> FILEPATH=$PWD/f
mac> echo "abc" > f
mac> docker run --rm -it -v /:/foo alpine cat /foo/host_mnt/$FILEPATH
ab…
-
### Description
Unable to start docker desktop version 4.36.0; I am consistently seeing the following error:
`running engine: waiting for the Docker API: engine linux/wsl failed to run: starting WSL…
-
### Description
running engine: waiting for the Docker API: engine linux/wsl failed to run: starting WSL engine: error spotted in wslbootstrap log: "[2024-11-25T08:14:09.482596405Z][wsl-bootstrap][F]…
-
### Description
- relates to https://github.com/docker/cli/pull/5651#discussion_r1862459069
The PR above updates the CLI to ignore plugin directories that are not accessible. Question is if we shoul…
-
### Description
I exported my docker-desktop data using `wsl --export` and when I now try to import it using `wsl --import docker-desktop-data Z:\dockerdesktop\wsl\data Z:\dockerdesktop\docker-deskto…
-
### Description
The docker engine hangs when I try to run it. I ran the diagnostic through the troubleshooting section and get the following: `running engine: waiting for the Docker API: context dead…
-
### Description
I updated to the latest version of Docker Desktop on Windows with wsl2 (4.35.1 => 4.36.0) and got this error:
![Image](https://github.com/user-attachments/assets/7b12d5fe-2739-4d7c-…
-
### Description
It seems like stdout doesn't gets flushed to the logs properly after graceful stop.
### Steps To Reproduce
1. In this environment
```
$ tree .
.
|-- docker-compose.yml
`-- service_a…
-
### Description
I am trying to start docker desktop and get this error:
Docker Desktop - Unexpected WSL error
deploying WSL2 distributions
ensuring main distro is deployed: deploying "docker-desktop…
-
### Description
After updating to Docker Desktop 4.36.0 using secrets with files leads to following error:
```
docker compose up -d
[+] Running 0/0
⠋ Container test-alpine-1 Creating …