Expected behavior
Be able to run Docker for Mac when double clicking the Docker.app
Actual behavior
Message at startup:
“Fatal Error
Incompatible CPU detected.
Docker requires a processor with virtualization capabilities.
To learn more about this issue see:
https://beta.docker.com/docs/mac/troubleshoot”
Information
Docs say that “Mac must be a 2010 or newer model, with Intel’s hardware support for memory management unit (MMU) virtualization; i.e., Extended Page Tables (EPT)”. I don’t know whether my CPU provides that (or not).
-
output of
sysctl -a | grep machdep.cpu.feature
machdep.cpu.feature_bits: 43034875446164479
machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM PBE SSE3 DTES64 MON DSCPL VMX SMX EST TM2 SSSE3 CX16 TPR PDCM SSE4.1 SSE4.2 POPCNT -
System information:
OS X 10.11.4 (15E65)
Darwin 15.4.0
iMac (27-inch, medio 2010)
Processor: 2,8 GHz Intel Core i5
Memory: 12 GB 1333 MHz DDR3
Boot ROM: IM112.0057.B03 -
output
docker version
:
Client:
Version: 1.10.3
API version: 1.22
Go version: go1.5.3
Git commit: 20f81dd
Built: Thu Mar 10 21:49:11 2016
OS/Arch: darwin/amd64
Steps to reproduce the behavior
- Start the Docker.app from Applications folder.