Skip to content

Commit

Permalink
Use macOS version instead of name
Browse files Browse the repository at this point in the history
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
  • Loading branch information
doringeman committed Sep 24, 2024
1 parent d7c0e93 commit 7e0fac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/manuals/desktop/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ If you choose the integrated terminal, you can run commands in a running contain
>
> Use VirtioFS for speedy file sharing. VirtioFS has reduced the time taken to complete filesystem operations by [up to 98%](https://github.com/docker/roadmap/issues/7#issuecomment-1044452206)
- {{< badge color=blue text="Mac only" >}}**Use Rosetta for x86_64/amd64 emulation on Apple Silicon**. Turns on Rosetta to accelerate x86/AMD64 binary emulation on Apple Silicon. This option is only available if you have turned on **Virtualization framework** in the **General** settings tab. You must also be on macOS Ventura or later.
- {{< badge color=blue text="Mac only" >}}**Use Rosetta for x86_64/amd64 emulation on Apple Silicon**. Turns on Rosetta to accelerate x86/AMD64 binary emulation on Apple Silicon. This option is only available if you have turned on **Virtualization framework** in the **General** settings tab. You must also be on macOS 13 or later.

- **Send usage statistics**. Select so Docker Desktop sends diagnostics,
crash reports, and usage data. This information helps Docker improve and
Expand Down Expand Up @@ -505,4 +505,4 @@ On Mac, you can reconfigure your initial installation settings on the **Advance

- **Enable privileged port mapping (Requires password)**. Starts the privileged helper process which binds the ports that are between 1 and 1024. For more information, see [permission requirements for macOS](/manuals/desktop/install/mac-permission-requirements.md#binding-privileged-ports).

For more information on each configuration and use case, see [Permission requirements](/manuals/desktop/install/mac-permission-requirements.md).
For more information on each configuration and use case, see [Permission requirements](/manuals/desktop/install/mac-permission-requirements.md).
2 changes: 1 addition & 1 deletion content/manuals/desktop/troubleshoot/topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ in the Apple documentation, and Docker Desktop [Mac system requirements](../inst

### VPNKit keeps breaking

In Docker Desktop version 4.19, gVisor replaced VPNKit to enhance the performance of VM networking when using the Virtualization framework on macOS Ventura and above.
In Docker Desktop version 4.19, gVisor replaced VPNKit to enhance the performance of VM networking when using the Virtualization framework on macOS 13 and above.

Check failure on line 110 in content/manuals/desktop/troubleshoot/topics.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'gVisor'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'gVisor'?", "location": {"path": "content/manuals/desktop/troubleshoot/topics.md", "range": {"start": {"line": 110, "column": 33}}}, "severity": "ERROR"}

Check failure on line 110 in content/manuals/desktop/troubleshoot/topics.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'VPNKit'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'VPNKit'?", "location": {"path": "content/manuals/desktop/troubleshoot/topics.md", "range": {"start": {"line": 110, "column": 49}}}, "severity": "ERROR"}

Check warning on line 110 in content/manuals/desktop/troubleshoot/topics.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.VersionText] Use later when talking about version numbers. Raw Output: {"message": "[Docker.VersionText] Use later when talking about version numbers.", "location": {"path": "content/manuals/desktop/troubleshoot/topics.md", "range": {"start": {"line": 110, "column": 149}}}, "severity": "WARNING"}

Check warning on line 110 in content/manuals/desktop/troubleshoot/topics.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'previous' instead of 'above' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'previous' instead of 'above'", "location": {"path": "content/manuals/desktop/troubleshoot/topics.md", "range": {"start": {"line": 110, "column": 156}}}, "severity": "INFO"}

To continue using VPNKit, add `"networkType":"vpnkit"` to your `settings.json` file located at `~/Library/Group Containers/group.com.docker/settings.json`.

Expand Down

0 comments on commit 7e0fac9

Please sign in to comment.