Replies: 1 comment
-
Sounds like a docker bug |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. I found a problem which may be caused by new feature of Docker Desktop on Mac.
In version 4.35 of Docker Desktop on Mac, a new beta option called Docker VMM has been introduced and is enabled by default.
However, I found that under Docker VMM, changes made to directories mounted into containers from the host machine may not fully synchronize with the container. Switching the Virtual Machine Manager to the Apple Virtualization Framework can resolve this issue.
Hope this helps.
More details:
The mounted path can be read by the container, but the issue arises when I add new files or folders to it. The container cannot detect these changes, even though it’s the same path. Furthermore, I discovered that only newly created files or folders fail to synchronize, while deletions or renames are synchronized successfully.
Beta Was this translation helpful? Give feedback.
All reactions