julien-duponchelle / docker-osx

Fast and easy installation of Docker on OS X
1.03k stars 70 forks source link

Out of date? #3

Closed therocketforever closed 10 years ago

therocketforever commented 11 years ago

Tried this on three different machines. Doesn't work. Don't know if its cause brew cant install mercurial (site seems to be down). Manual installation of hg will get the VM to boot but docker version fails with:

Go version (client): go1.1.1
2013/09/03 15:23:16 unexpected EOF

OSX 10.8.4 Build 12E3067 (mid 2013 MacBook Air) OSX 10.8.4 Build 12E55 ( Aluminium 2010 MacMini ) OSX 10.6.8 Build 10K549 (MacBook Core 2 Duo)

julien-duponchelle commented 11 years ago

Try to drop ~/.docker and the VM inside virtual box.

It seem sometime the VM is not correctly install we need to check that and force a reinstall. But a better solution is to provide a preinstalled vagrant image:

I pull request about that is open on docker: https://github.com/dotcloud/docker/pull/1660

bfirsh commented 10 years ago

We now use a pre-built image. If provisioning fails, it should keep on retrying until it succeeds so it shouldn't end up broken (.docker-version isn't set until the end).