diff --git a/docker-for-mac/osxfs-caching.md b/docker-for-mac/osxfs-caching.md index a7c990565a..5e0943756d 100644 --- a/docker-for-mac/osxfs-caching.md +++ b/docker-for-mac/osxfs-caching.md @@ -9,7 +9,7 @@ Edge](/edge/index.md#docker-ce-edge-new-features) adds support for two new flags to the [docker run `-v`, `--volume`](/engine/reference/run/#volume-shared-filesystems) 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 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. >**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.