Skip to content

Commit

Permalink
Merge pull request #326 from humanmade/backport-325-to-v7-branch
Browse files Browse the repository at this point in the history
[Backport v7-branch] Add note on gRPC fuse setting to troubleshooting guide
  • Loading branch information
roborourke authored Aug 3, 2021
2 parents e6c7f7d + 285c4ba commit 560d39f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Docker Desktop for Windows uses Windows-native Hyper-V virtualization and networ

## File sharing is too slow

When using Windows or MacOS on projects with a lot of files, or a lot of file churn such as frequently changing statically built files, the containers can experience a delay in receiving the updated files. This can make development cumbersome.
When using Windows or MacOS on projects with a lot of files such as a `node_modules` directory, or a lot of file churn such as frequently changing statically built files, the containers can experience a delay in receiving the updated files. This can make development cumbersome.

See the [Mutagen file sharing set up guide to resolve this issue](./mutagen-file-sharing.md).
The first thing you should try is to switch off the gRPC file sharing option if enabled in the Docker Desktop preferences. If that doesn't help improve the speed then you can try the experimental Mutagen file sharing option.

See the [Mutagen file sharing set up guide for more details](./mutagen-file-sharing.md).

0 comments on commit 560d39f

Please sign in to comment.