I recently ran into the below error when trying to run the Docker Application on my M1 Mac running on macOS Sonoma version 14.0.
Incompatible CPU detected
Error: required compatibility check: 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
Diagnose & Feedback
Reset Docker to factory defaults
Quit
I was able to resolve this issue by downloading the correct installation (Apple Chip supported by M1/M2 ARM Silicon) and the latest version of Docker from https://www.docker.com.
You can clearly see the difference in the size of the Docker.dmg files, so I clearly installed the wrong version earlier.
Facing issues? Have Questions? Post them here! I am happy to answer!
- Install Docker on Mac using brew cask
- How to know the Docker Sandbox ID of a Container Network?
- How to Rename Docker Image with none TAG and REPOSITORY?
- How to know list of images available on your device
- Docker Alpine Linux and Apache2 Example
- Install Bash on Alpine Linux - Docker
- Docker Run Command Examples - Part 1
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- Install RabbitMQ on Docker
- How to know docker Engine details
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- How to stop and start a docker container
- How to create volume in Docker using Command
- How to know the Docker Engine Version
- [docker] Error response from daemon: No such container
- Install Docker for Mac using Home-brew Cask
- Docker - Incompatible CPU detected - M1/M2 Mac (macOS Sonoma)
- [fix] Docker Desktop App not starting on Mac (macOS)
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- List of what's new in Docker 4.23
- [Docker M1/M2 Mac] qemu-x86_64: Could not open /lib64/ld-linux-x86-64.so.2: No such file or directory AWS CLI
- Install Docker Desktop on M1/M2 Apple Silicon ARM Chip Mac
- Docker - Running in Resource Saver mode
- How to Restart Mac using Terminal Command - MacOS
- Step-by-Step: How to install Flutter in Android Studio - Android-Studio
- Java 8 Predicate default and() function Example - Java
- How to disable Microsoft teams from startup Windows 10 - Teams
- [Solution] IntelliJ: Cannot find declaration to go to, Nothing here, Java file outside of source root Errors - Java
- Android Images with Rounded Corners : ImageView - Android
- error: file not found: HelloWorld.java - Java
- [fix] Cannot connect to the Docker daemon at unix:var/run/docker.sock. Is the docker daemon running? - Docker