From ac0f8cea517635d3b0ea13acfb33413e1ca882ff Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Wed, 22 Jan 2025 16:00:47 +0000 Subject: [PATCH 1/2] ENGDOCS-2388 --- .../troubleshoot/_index.md | 20 +++++++++---------- .../troubleshoot/topics.md | 7 ++++++- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index 90d5481efc17..8e127ce261d2 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -6,16 +6,16 @@ toc_max: 2 title: Troubleshoot Docker Desktop linkTitle: Troubleshoot and diagnose aliases: -- /desktop/linux/troubleshoot/ -- /desktop/mac/troubleshoot/ -- /desktop/windows/troubleshoot/ -- /docker-for-mac/troubleshoot/ -- /mackit/troubleshoot/ -- /windows/troubleshoot/ -- /docker-for-win/troubleshoot/ -- /docker-for-windows/troubleshoot/ -- /desktop/troubleshoot/overview/ -- /desktop/troubleshoot/ + - /desktop/linux/troubleshoot/ + - /desktop/mac/troubleshoot/ + - /desktop/windows/troubleshoot/ + - /docker-for-mac/troubleshoot/ + - /mackit/troubleshoot/ + - /windows/troubleshoot/ + - /docker-for-win/troubleshoot/ + - /docker-for-windows/troubleshoot/ + - /desktop/troubleshoot/overview/ + - /desktop/troubleshoot/ tags: [ Troubleshooting ] weight: 10 --- diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md index f43344eca3a2..c1645c26653f 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md @@ -8,6 +8,7 @@ tags: [ Troubleshooting ] weight: 10 aliases: - /desktop/troubleshoot/topics/ + - /desktop/mac/troubleshoot/#incompatible-cpu-detected --- > [!TIP] @@ -84,10 +85,14 @@ Following are the examples of errors on MacOS which indicate that the startup fa ### Incompatible CPU detected +> [!TIP] +> +> If you are seeing this error, check you've installed the correct Docker Desktop for your architecture. + Docker Desktop requires a processor (CPU) that supports virtualization and, more specifically, the [Apple Hypervisor framework](https://developer.apple.com/library/mac/documentation/DriversKernelHardware/Reference/Hypervisor/). -Docker Desktop is only compatible with Mac systems that have a CPU that supports the Hypervisor framework. Most Macs built in 2010 and later support it,as described in the Apple Hypervisor Framework documentation about supported hardware: +Docker Desktop is only compatible with Mac systems that have a CPU that supports the Hypervisor framework. Most Macs built in 2010 and later support it, as described in the Apple Hypervisor Framework documentation about supported hardware: *Generally, machines with an Intel VT-x feature set that includes Extended Page Tables (EPT) and Unrestricted Mode are supported.* From 150a4de71726f4299a3acf4862e040fba52e2411 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:42:43 +0000 Subject: [PATCH 2/2] Update content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md --- .../desktop/troubleshoot-and-support/troubleshoot/topics.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md index c1645c26653f..b4ba08920dc1 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/topics.md @@ -8,7 +8,6 @@ tags: [ Troubleshooting ] weight: 10 aliases: - /desktop/troubleshoot/topics/ - - /desktop/mac/troubleshoot/#incompatible-cpu-detected --- > [!TIP]