-
### Description
Example `compose.yml`
```yaml
services:
test:
image: ubuntu:latest
volumes:
- ./${DIRECTORY:?error}/:/home/data
```
Here, I am using the interpolation that thr…
-
### Description
There seems to be a number of people reporting a bug on StackOverflow (including me) when using paketo via spring-boot's bootBuildImage. Here are three issues, all involving Docker De…
-
### Description
After launching Docker Desktop I get the above error. Restarting WSL integration, or skipping the Ubuntu distro doesn't fix it.
![Image](https://github.com/user-attachments/assets/07…
-
### Description
When using `docker compose up --wait`, where I have an init container that populates some data and then exits (0), docker compose will exit 1.
If any other container depends on the…
-
Is there any method to get dependency-graph for repo?
-
### Description
When I excecute Docker Desktop I get next error and doesn´t start: _"_deploying WSL2 distributions
ensuring main distro is deployed: checking if main distro is up to date: checking m…
-
### Description
Since upgrading to version 4.30, the engine does not start. Re-installing docker or deleting all wsl-distros does not help. Also tried 4.32, does not work either.
### Reproduce
…
-
### Description
After upgrading docker desktop I get
![image](https://github.com/docker/for-win/assets/93144213/686d5adc-3e32-4995-bd54-4f76dc03e5a4)
### Reproduce
Upgrade from 4.31.1
…
-
### Description
Using build --platform linux/amd64 --push vs build --platform linux/amd64 & push --platform linux/amd64 yield different results when build from arm64 based system. It seems like the -…
-
When running the `buildContainerImage.sh` the following error is shown although im running Docker version 27.3.1:
```bash
Checking Docker version.
Docker version is below the minimum required ver…