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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/cloud/docker/docker-mode-developer.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Developer mode supports an active development environment with full, writable fi
11
11
12
12
## Performance considerations
13
13
14
-
On macOS and Windows systems, performance is slower in developer mode because of additional file synchronization operations. However, you can improve performance by using either the `manual-native` or the `mutagen` file synchronization option when you generate the `docker-compose.yml` file. See [Synchronizing data in Docker].
14
+
On macOS and Windows systems, performance is slower in developer mode because of additional file synchronization operations. However, you can improve performance by using either the `manual-native` or the `mutagen` file synchronization option when you generate the `docker-compose.yml` file. See [Synchronizing data in Docker][sync].
15
15
16
16
{: .bs-callout-info }
17
17
The `{{site.data.var.ct}}` version 2002.0.18 and later supports developer mode.
@@ -24,7 +24,7 @@ Large files (>1 GB) can cause a period of inactivity. DB dumps and archive files
24
24
**Prerequisites:**
25
25
26
26
- Complete the [installation steps].
27
-
-[Install file synchronization tools][Synchronizing data in Docker] if needed.
27
+
-[Install file synchronization tools][sync] if needed.
28
28
29
29
{:.procedure}
30
30
To launch the Docker environment in developer mode:
@@ -38,7 +38,7 @@ To launch the Docker environment in developer mode:
38
38
{:.bs-callout-info}
39
39
The `--mode` option in this step determines the deployment mode in a later step.
40
40
41
-
If required, set the option for [synchronizing data in Docker]. For example:
41
+
If required, set the option for [synchronizing data in Docker][sync]. For example:
0 commit comments