You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-for-mac/mutagen-caching.md
+6
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ a continuous two-way sync of files between the host and containers using
14
14
15
15
This page contains an example to show how the Mutagen feature should be used to sync files between the host and containers. It also gives some best practices to maximize performance.
16
16
17
+
> **Important**
18
+
>
19
+
> After completing the caching process, you must delete and re-create any containers which will make use of the cached directories.
20
+
17
21
## A simple React app
18
22
19
23
The following example bootstraps a simple React app with `npx` and configures
@@ -106,6 +110,8 @@ To achieve maximum performance when you enable two-way file sync:
106
110
- Avoid changing the same files from both the host and containers. If changes
107
111
are detected on both sides, the host takes precedence and the changes in the containers will be discarded.
108
112
113
+
- After completing the caching process, you must delete and re-create any containers which will make use of the cached directories.
114
+
109
115
## Feedback
110
116
111
117
Your feedback is very important to us. Let us know your feedback by creating an issue in the [Docker Desktop for Mac GitHub](https://github.com/docker/for-mac/issues) repository with the **Mutagen** label.
0 commit comments