You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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 (#6 (comment)).
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 /vagrantmount -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
The text was updated successfully, but these errors were encountered: