Docker Beta not running on Mac Air Late 2010

indent preformatted text by 4 spaces### Expected behavior

Actual behavior

After starting docker for mac got incompatible CPU detected.

Information

  • the output of:

    • Moby Menu > Diagnose & Feedback on OS X
      Docker for Mac: version: mac-v1.12.0-beta18-3-gec40b14
      OS X: version 10.11.5 (build: 15F34)
      logs: /tmp/20160709-192917.tar.gz
      failure: com.docker.slirp is not running
      [ERROR] docker-cli
      cannot find docker
      docker-cli check failed with: Failure(“docker -v: timeout after 10.00s”)
      [OK] app
      [OK] menubar
      [OK] virtualization
      [OK] system
      [ERROR] osxfs
      com.docker.osxfs is not running
      [ERROR] db
      /Users/yingdingwang/Library/Containers/com.docker.docker/Data/s40 does not exist
      Unexpected error (No such file or directory) connecting to /Users/yingdingwang/Library/Containers/com.docker.docker/Data/s40
      com.docker.db is not running
      [ERROR] slirp
      /Users/yingdingwang/Library/Containers/com.docker.docker/Data/s51 does not exist
      Unexpected error (No such file or directory) connecting to /Users/yingdingwang/Library/Containers/com.docker.docker/Data/s51
      com.docker.slirp is not running
      [OK] moby-console
      [OK] logs
      [ERROR] vmnetd
      /var/tmp/com.docker.vmnetd.socket does not exist
      Unexpected error (No such file or directory) connecting to /var/tmp/com.docker.vmnetd.socket
      /private/tmp/vmnetd/com.docker.vmnetd is not running
      [OK] env
      [ERROR] moby
      /Users/yingdingwang/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/console-ring does not exist
      [ERROR] driver.amd64-linux
      Docker.app/Contents/MacOS/com.docker.driver.amd64-linux -db is not running
  • Diagnostic ID:
    2D5B6F71-D730-455F-AE63-3DE771F11368

  • host distribution and version OS X 10.11.5

  • CPU: Intel® Core™2 Duo Processor SL9600

Steps to reproduce the behavior

  1. Downloaded Docker for Mac and it is not running.

It seem like that my cpu is not fully supported by Hypervisor Framework.
This is discussed in details by the thread posts
https://forums.docker.com/t/fatal-error-incompatible-cpu-detected/9162/5

What a pity!