mirror of https://github.com/docker/docs.git
Update osxfs-caching.md
This commit is contained in:
parent
5213464c90
commit
b6ed815c32
|
@ -9,7 +9,7 @@ Edge](/edge/index.md#docker-ce-edge-new-features) adds support
|
||||||
for two new flags to the [docker run `-v`,
|
for two new flags to the [docker run `-v`,
|
||||||
`--volume`](/engine/reference/run/#volume-shared-filesystems)
|
`--volume`](/engine/reference/run/#volume-shared-filesystems)
|
||||||
option, `cached` and `delegated`, that can significantly improve the performance
|
option, `cached` and `delegated`, that can significantly improve the performance
|
||||||
of mounted volume access on Docker for Mac. These options begin to solve some of
|
of mounted volume access on Docker Desktop for Mac. These options begin to solve some of
|
||||||
the challenges discussed in [Performance issues, solutions, and
|
the challenges discussed in [Performance issues, solutions, and
|
||||||
roadmap](osxfs.md#performance-issues-solutions-and-roadmap).
|
roadmap](osxfs.md#performance-issues-solutions-and-roadmap).
|
||||||
|
|
||||||
|
@ -191,7 +191,7 @@ visible to the host, but there may be a delay before writes performed on the
|
||||||
host are visible within containers.
|
host are visible within containers.
|
||||||
|
|
||||||
>**Tip:** To learn more about `cached`, see the article on
|
>**Tip:** To learn more about `cached`, see the article on
|
||||||
[User-guided caching in Docker for Mac](https://blog.docker.com/2017/05/user-guided-caching-in-docker-for-mac/).
|
[User-guided caching in Docker Desktop for Mac](https://blog.docker.com/2017/05/user-guided-caching-in-docker-for-mac/).
|
||||||
|
|
||||||
1. Implementations **_must_** obey `delegated` Semantics 1-5.
|
1. Implementations **_must_** obey `delegated` Semantics 1-5.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue