julien-duponchelle / docker-osx

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

Failed to mount folders in Linux guest. #6

Closed powellc closed 10 years ago

powellc commented 10 years ago

Getting the following error when running it with the .docker dir freshly deleted on Mac OS X 10.9:

[default] Booting VM... [default] Waiting for machine to boot. This may take a few minutes... [default] Machine booted and ready! [default] Mounting shared folders... [default] -- /vagrant Failed to mount folders in Linux guest. This is usually beacuse the "vboxsf" file system is not available. Please verify that the guest additions are properly installed in the guest and can work properly. The command attempted was:

mount -t vboxsf -o uid=id -u vagrant,gid=getent group vagrant | cut -d: -f3 /vagrant /vagrant mount -t vboxsf -o uid=id -u vagrant,gid=id -g vagrant /vagrant /vagrant /usr/local/bin/docker: line 145: /Users/powellc/.docker/go/bin/docker: No such file or directory

powellc commented 10 years ago

Ah, Docker 0.6.1 wont compile on Mavericks :frowning:

Bumping the version number solved my problem. I'll try to come up with a OS X version sniffer that fixes that and submit a pull when I have some free time.

julien-duponchelle commented 10 years ago

I start working on it, but docker require go 1.2 wich is not the default version in homebrew.

Le mardi 12 novembre 2013 à 19:50, Colin Powell a écrit :

Ah, Docker 0.6.1 wont compile on Mavericks :frown: Bumping the version number solved my problem. I'll try to come up with a OS X version sniffer that fixes that and submit a pull when I have some free time.

— Reply to this email directly or view it on GitHub (https://github.com/noplay/docker-osx/issues/6#issuecomment-28321349).

powellc commented 10 years ago

C'est dommage! Looks like I will have to wait for Docker 0.7 to land: https://github.com/dotcloud/docker/issues/1616

Thank you for this project, though. It is a very elegant solution :smile:

bfirsh commented 10 years ago

We now use a pre-built binary which should fix this issue.