Docker for Mac freeze [SOLVED]

Expected behavior

Don’t freeze

Actual behavior

Freeze totally when extracting an image from repository

Information

pinata diagnose -u
OS X: version 10.11.1 (build: 15B42)
Docker.app: version v1.10.3-beta5
Running diagnostic tests:
Error docker ps: timeout after 10.00s
Error docker ps: timeout after 10.00s
Thread 6 killed on uncaught exception Misc.Failure
[OK]      Moby booted
[OK]      driver.amd64-linux
[OK]      vmnetd
[OK]      lofs
[OK]      osxfs
[OK]      db
[OK]      slirp
[OK]      menubar
[OK]      environment
[OK]      Docker
[OK]      VT-x
Docker logs are being collected into /tmp/20160405-144714.tar.gz.
Your unique id in bugsnag is: 8A30D5B0-63BE-434B-972F-788E2BBAF531
```

### Steps to reproduce the behavior

 1. docker pull selenium/standalone-firefox:2.52.0

An update was released today and I didn’t get a chance to test your pull beforehand, but with the current release nothing froze:

$ docker pull selenium/standalone-firefox:2.52.0
2.52.0: Pulling from selenium/standalone-firefox
68fa6376ac2d: Already exists
47e44b4a4baf: Already exists
12f4002284f8: Already exists
a3ed95caeb02: Pull complete
98716b03dbe0: Already exists
f83ec0abd0b0: Already exists
677da06a3e6d: Already exists
973654799385: Already exists
47c66b7f4f09: Already exists
37c863c166c0: Already exists
c5fcf3db9018: Already exists
8b5f4f195f14: Already exists
a5c2dcbd47a0: Already exists
7782e5eeb8b7: Already exists
909096706d54: Pull complete
5b5937d0787e: Pull complete
Digest: sha256:eb451e6e8500af00ef4062e819396dd3cea29dc91723761e167e08b11ddada47
Status: Downloaded newer image for selenium/standalone-firefox:2.52.0

Without update, I just restart docker and it works.
I don’t know what append and I will update docker.

Good to hear this was resolved.