Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker fails to run if Homebrew docker is installed but not linked #11

Open
kode54 opened this issue Mar 19, 2017 · 1 comment
Open

Comments

@kode54
Copy link

kode54 commented Mar 19, 2017

The install will simply return successfull with a message about Docker being installed but not linked. It is necessary to brew link docker if this has occurred. (In the event that you have done something silly like I did, and ran Docker's uninstall.sh, which deletes the symlinks, thinking they are the original files.)

@JakobGM
Copy link
Contributor

JakobGM commented Sep 5, 2017

I had the same issue, and it was resolved by just running the install script (of this repo) again.

EDIT1:

I also did:

boot2docker init
boot2docker up

But the script gets stuck on "Waiting for SSH to be available...".

EDIT 2:

Also tried:

docker-machine rm docker-vm

Which fixed the previous issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants