Skip to content

Commit

Permalink
Use macOS version instead of name (#20987)
Browse files Browse the repository at this point in the history
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
  • Loading branch information
doringeman authored Sep 25, 2024
1 parent 70a0027 commit 49c87f7
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.

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 49c87f7

Please sign in to comment.