for-mac icon indicating copy to clipboard operation
for-mac copied to clipboard

Incompatible CPU detected in Docker Desktop for Mac with M2 processor

Open sorrywm opened this issue 8 months ago • 18 comments

Description

I followed the instructions to install Docker Desktop for Mac with Apple silicon. When I went to open the application from the Applications folder I received the following error message:

Incompatible CPU detected We are sorry, but your hardware is incompatible with Docker Desktop.

Docker requires a processor with virtualization capabilities and hypervisor support.

To learn more about this issue see:

https://docs.docker.com/desktop/mac/troubleshoot/#incompatible-cpu-detected

required compatibility check: Incompatible CPU detected

The link within the error is broken; however, I followed the instructions here.

And my Mac does support the Hypervisor framework. See my command and the output within Terminal: ~ % sysctl kern.hv_support kern.hv_support: 1

Reproduce

  1. Install Docker from Docker Desktop for Mac with Apple Silicon link
  2. Attempt to open Docker Desktop from Applications folder.

Expected behavior

Docker Desktop should run.

docker version

zsh: command not found: docker

docker info

zsh: command not found: docker

Diagnostics ID

33723E42-7BA5-4B20-A97E-FF503C44A800/20240610152012

Additional Info

I have an Apple M2 running Sonoma 14.5.

sorrywm avatar Jun 10 '24 15:06 sorrywm