for-mac
for-mac copied to clipboard
Bug reports for Docker Desktop for Mac
### Description This might have some similarity to issue #7494. The development setup where I work uses a project volume shared by multiple containers. The volume is also bind mounted...
### Description From time to time I'm clearing the `.docker` directory in my home directory. This never caused any issues in the past and, from my point of view, should...
Adding solution for Docker not found when freshly installed on Mac #6793 Although I had downloaded Docker Desktop on my mac laptop and was actively using it, still facing issue...
### Description I am on a MacBook Air running Sequoia 15.0. On a fresh install of Docker Desktop, everything functions normally: I can sign in via the desktop app, I...
### Description can't start docker desktop for windows (version 4.39.0) diagnostics id: 0702EA7F-7AF1-4A08-8FA3-951D56294E10/20250312013450 ### Reproduce upgrade form 4.38.0 after upgrade to 4.39.0 keep fail to start docker service. ### Expected...
### Description The container runs a cmake build job, using Apple virtulization keeps crashing `fatal error reported: Linux kernel v6.10.14 crash on virtualization.framework` diagnostics id: `4237FB17-BD1F-4949-BA85-7C15198C57D3/20250311193737` the build runs as...
### Expected behavior Docker Desktop launches. ### Actual behavior Docker Desktop does not launch and the process is listed as "(Not Responding)" ### Information - macOS Version: 12.6.1 - Intel...
### Description I have setup a devcontainer for my [kernel from scratch](https://github.com/kentucky-kried-kernel/kfs) project. It runs without a problem on a computer a x86 with ubuntu 24.04 and in github codespaces....
### Description Pod with persistent volume stuck in init with error message: `Error: stat /Users/blah/blub: no such file or directory` Persistent volume: ```yaml apiVersion: v1 kind: PersistentVolume metadata: name: a-pv...
### Description When the host adds a file or deletes a file from a directory inside a bind mount, the mtime and atime inside the container does not update. Seems...