Skip to content

Commit d041fdb

Browse files
aevesdockerdvdksn
andauthored
ENGDOCS-2056 (#19763)
* ENGDOCS-2056 * Update content/compose/compose-file/05-services.md Co-authored-by: David Karlsson <[email protected]> * Update content/compose/compose-file/07-volumes.md Co-authored-by: David Karlsson <[email protected]> --------- Co-authored-by: David Karlsson <[email protected]>
1 parent 5f94cb4 commit d041fdb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/compose/compose-file/05-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,8 +1787,8 @@ expressed in the short form.
17871787
> **Tip**
17881788
>
17891789
> Working with large repositories or monorepos, or with virtual file systems that are no longer scaling with your codebase?
1790-
> Compose now takes advantage of [Synchronized file shares](../../desktop/synchronized-file-sharing.md) and automatically creates file shares for bind mounts.
1791-
> Ensure you're signed into Docker with a paid subscription and have enabled both **Access experimental features** and **Manage Synchronized file shares with Compose** in Docker Desktop's settings.
1790+
> Compose now takes advantage of [Synchronized file shares](../../desktop/synchronized-file-sharing.md) and automatically creates file shares for bind mounts.
1791+
> Ensure you're signed in to Docker with a paid subscription and have enabled both **Access experimental features** and **Manage Synchronized file shares with Compose** in Docker Desktop's settings.
17921792
{ .tip }
17931793

17941794
## volumes_from

content/compose/compose-file/07-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The top-level `volumes` declaration lets you configure named volumes that can be
1111
> **Tip**
1212
>
1313
> Working with large repositories or monorepos, or with virtual file systems that are no longer scaling with your codebase?
14-
> Compose now takes advantage of [Synchronized file shares](../../desktop/synchronized-file-sharing.md) and automatically creates file shares for bind mounts.
15-
> Ensure you're signed into Docker with a paid subscription and have enabled both **Access experimental features** and **Manage Synchronized file shares with Compose** in Docker Desktop's settings.
14+
> Compose now takes advantage of [Synchronized file shares](../../desktop/synchronized-file-sharing.md) and automatically creates file shares for bind mounts.
15+
> Ensure you're signed in to Docker with a paid subscription and have enabled both **Access experimental features** and **Manage Synchronized file shares with Compose** in Docker Desktop's settings.
1616
{ .tip }
1717

1818
## Example

content/desktop/synchronized-file-sharing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When the status indicator displays **Watching for filesystem changes**, your fil
5454
> **Tip**
5555
>
5656
> Compose can now automatically create file shares for bind mounts.
57-
> Ensure you're signed into Docker with a paid subscription and have enabled both **Access experimental features** and **Manage Synchronized file shares with Compose** in Docker Desktop's settings.
57+
> Ensure you're signed in to Docker with a paid subscription and have enabled both **Access experimental features** and **Manage Synchronized file shares with Compose** in Docker Desktop's settings.
5858
{ .tip }
5959

6060
## Explore your file share instance
@@ -83,7 +83,7 @@ In general, use your `.syncignore` file to exclude items that aren't critical to
8383

8484
- Changes made to `.syncignore` don't lead to immediate deletions unless the file share is recreated. In other words, files that are newly ignored due to modifications in the `.syncignore` file remain in their current location, but are no longer updated during synchronization.
8585

86-
- File share instances are currently limited to approximately 1-1.5 million files per share. Docker plans to increase this limit to 2 million in a future release. For best performance, if you have a file share instance of this size, try to decompose it into multiple shares corresponding to individual bind mount locations.
86+
- File share instances are currently limited to approximately 2 million files per share. For best performance, if you have a file share instance of this size, try to decompose it into multiple shares corresponding to individual bind mount locations.
8787

8888
- Case conflicts, due to Linux being case-sensitive and macOS/Windows only being case-preserving, display as **File exists** problems in the GUI. These can be ignored. However, if they persist, you can report the issue.
8989

0 commit comments

Comments
 (0)