From 49c87f72b8724997b04dbd2ffa8a7f9c1677a4fc Mon Sep 17 00:00:00 2001 From: Dorin-Andrei Geman Date: Wed, 25 Sep 2024 11:27:51 +0300 Subject: [PATCH] Use macOS version instead of name (#20987) Signed-off-by: Dorin Geman --- content/manuals/desktop/settings.md | 4 ++-- content/manuals/desktop/troubleshoot/topics.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/desktop/settings.md b/content/manuals/desktop/settings.md index 05d4c01cd7..4dd41b4c4e 100644 --- a/content/manuals/desktop/settings.md +++ b/content/manuals/desktop/settings.md @@ -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 @@ -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). \ No newline at end of file + For more information on each configuration and use case, see [Permission requirements](/manuals/desktop/install/mac-permission-requirements.md). diff --git a/content/manuals/desktop/troubleshoot/topics.md b/content/manuals/desktop/troubleshoot/topics.md index 2f661f3a17..e92534096f 100644 --- a/content/manuals/desktop/troubleshoot/topics.md +++ b/content/manuals/desktop/troubleshoot/topics.md @@ -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`.