Docker Beta not working with Mac OS Sierra Beta 3

Expected behavior

docker ps should display machines
Docker App preferences should be accessible.
Kitematic can connect to Docker

Actual behavior

docker ps hangs
Docker App preferences displays:
Error
Failed to retrieve settings values.
frontend process failed
Kitematic hangs at 99% eventually fails with
Error: connect ECONNREFUSED
/var/run/docker.sock

Information

Docker for Mac: version: mac-v1.12.0-beta20
OS X: version 10.12 (build: 16A254g)
logs: /tmp/20160720-083258.tar.gz
failure: com.docker.osxfs is not running
[ERROR] docker-cli
docker ps failed
[OK] app
[OK] moby-syslog
[OK] virtualization
[OK] menubar
[OK] system
[ERROR] osxfs
com.docker.osxfs is not running
[OK] db
[OK] slirp
[OK] moby-console
[OK] logs
[OK] vmnetd
[OK] env
[ERROR] moby
/Users/chriscampbell/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/console-ring does not exist
[OK] driver.amd64-linux

Steps to reproduce the behavior

  1. Install Mac OS Sierra
  2. Install Docker Beta

Try to disable ntpd:

sudo launchctl unload /System/Library/LaunchDaemons/org.ntp.ntpd.plist

Disabled ntpd. No change in behavior. Diagnostic test produces the same output.