for-mac
for-mac copied to clipboard
Bug reports for Docker Desktop for Mac
Despite turning off automatic updates  Docker keeps telling me updates aren't available. It sends these warnings in pairs, and they don't even mention they are for Docker.  Can...
### Description As per title. With this feature turned on; https://docs.docker.com/desktop/synchronized-file-sharing/ Using the MongoDB 6 image, and mounting the data volume, it will immediately become corrupt and MongoDB will fail...
### Description 046316E6-0A04-4ED5-85CF-C507C89A39D5/20240902161426 ### Reproduce not able to open ### Expected behavior not found ### docker version ```bash not found ``` ### docker info ```bash % docker version zsh: command...
### Description Hello, I'm running [playwright](https://playwright.dev/docs/docker) tests in Docker container and they fail every time after a few seconds / tests. The error is following: `ERRO[0006] error waiting for container:...
### Description I am getting consistent docker build `Hash Sum mismatch`error under `MAC OS 14 Sonoma` Minimum reproducible example: 1. `docker run --rm -it debian:buster-20210927 sh -xc "apt-get clean &&...
### Description running engine: waiting for the Docker API: engine linux/virtualization-framework failed to run: running VM: com.docker.virtualization: process terminated unexpectedly ### Reproduce install docker desktop ### Expected behavior docker desktop...
### Description Docker Desktop When you pull any version of linux system iimages, the container version running is the same. E.g: When I pull the linux 3.10 image, and docker...
### Description I found that one of the entries in the build history cannot be deleted. After attempting to delete it, reopening the entry shows the following error: However, after...
### Description If I use the docker socket with netcat, from my mac, I get a 500 error. If I do the same command from a container talking to the...
### Description On MacOS, docker use gateway.docker.internal (192.168.65.1) and host.docker.internal(192.168.65.254) to talk to the host and other containers. But this made any applications using dynamic port broken. Process: Host talk...