Update index.md

This commit is contained in:
paigehargrave 2019-01-11 16:10:52 -05:00 committed by GitHub
parent 4fae447532
commit b47ac9ae3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1794,13 +1794,13 @@ services:
constraints: [node.role == manager] 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 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 configure container-and-host consistency requirements for bind-mounted
directories in Compose files to allow for better performance on read/write of directories in Compose files to allow for better performance on read/write of
volume mounts. These options address issues specific to `osxfs` file sharing, 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: The flags are:
@ -1828,7 +1828,7 @@ services:
``` ```
Full detail on these flags, the problems they solve, and their 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). volume mounts (shared filesystems)](/docker-for-mac/osxfs-caching.md).
### restart ### restart