From b47ac9ae3b943808749503abb723c3678d6dd93e Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Fri, 11 Jan 2019 16:10:52 -0500 Subject: [PATCH] Update index.md --- compose/compose-file/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 7aadd71548..d03635548a 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -1794,13 +1794,13 @@ services: constraints: [node.role == manager] ``` -#### Caching options for volume mounts (Docker for Mac) +#### Caching options for volume mounts (Docker Desktop for Mac) On Docker 17.04 CE Edge and up, including 17.06 CE Edge and Stable, you can configure container-and-host consistency requirements for bind-mounted directories in Compose files to allow for better performance on read/write of volume mounts. These options address issues specific to `osxfs` file sharing, -and therefore are only applicable on Docker for Mac. +and therefore are only applicable on Docker Desktop for Mac. The flags are: @@ -1828,7 +1828,7 @@ services: ``` Full detail on these flags, the problems they solve, and their -`docker run` counterparts is in the Docker for Mac topic [Performance tuning for +`docker run` counterparts is in the Docker Desktop for Mac topic [Performance tuning for volume mounts (shared filesystems)](/docker-for-mac/osxfs-caching.md). ### restart