mirror of https://github.com/docker/docs.git
parent
a68d7b0749
commit
6304b27295
|
@ -6,16 +6,16 @@ toc_max: 2
|
||||||
title: Troubleshoot Docker Desktop
|
title: Troubleshoot Docker Desktop
|
||||||
linkTitle: Troubleshoot and diagnose
|
linkTitle: Troubleshoot and diagnose
|
||||||
aliases:
|
aliases:
|
||||||
- /desktop/linux/troubleshoot/
|
- /desktop/linux/troubleshoot/
|
||||||
- /desktop/mac/troubleshoot/
|
- /desktop/mac/troubleshoot/
|
||||||
- /desktop/windows/troubleshoot/
|
- /desktop/windows/troubleshoot/
|
||||||
- /docker-for-mac/troubleshoot/
|
- /docker-for-mac/troubleshoot/
|
||||||
- /mackit/troubleshoot/
|
- /mackit/troubleshoot/
|
||||||
- /windows/troubleshoot/
|
- /windows/troubleshoot/
|
||||||
- /docker-for-win/troubleshoot/
|
- /docker-for-win/troubleshoot/
|
||||||
- /docker-for-windows/troubleshoot/
|
- /docker-for-windows/troubleshoot/
|
||||||
- /desktop/troubleshoot/overview/
|
- /desktop/troubleshoot/overview/
|
||||||
- /desktop/troubleshoot/
|
- /desktop/troubleshoot/
|
||||||
tags: [ Troubleshooting ]
|
tags: [ Troubleshooting ]
|
||||||
weight: 10
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
|
@ -84,14 +84,10 @@ Following are the examples of errors on MacOS which indicate that the startup fa
|
||||||
|
|
||||||
### Incompatible CPU detected
|
### 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
|
Docker Desktop requires a processor (CPU) that supports virtualization and, more
|
||||||
specifically, the [Apple Hypervisor
|
specifically, the [Apple Hypervisor
|
||||||
framework](https://developer.apple.com/library/mac/documentation/DriversKernelHardware/Reference/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
|
*Generally, machines with an Intel VT-x feature set that includes Extended Page
|
||||||
Tables (EPT) and Unrestricted Mode are supported.*
|
Tables (EPT) and Unrestricted Mode are supported.*
|
||||||
|
|
Loading…
Reference in New Issue