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

Installing Docker Beta for OSX throws error of missing dependencies that I've uninstalled #204

Closed
2 tasks done
betoharres opened this issue May 6, 2016 · 4 comments
Closed
2 tasks done

Comments

@betoharres
Copy link

Before I've installed the new docker beta for osx, I uninstalled the docker and docker-machine using the commands brew uninstall docker and brew uninstall docker-machine, then I proceeded to install the docker beta .dmg. And here's what I receive running brew doctor:

Please follow the general troubleshooting steps first:

  • Ran brew update and retried your prior step?
  • Ran brew doctor, fixed as many issues as possible and retried your prior step?

Bug reports:

Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
  brew install docker docker-machine

Run `brew missing` for more details

Any suggestion?

@MikeMcQuaid
Copy link
Member

Any suggestion?

Run brew missing for more details?

@betoharres
Copy link
Author

betoharres commented May 6, 2016

@MikeMcQuaid sorry I forgot to mention that:

$ brew missing         
dinghy: docker docker-machine

@MikeMcQuaid
Copy link
Member

In that case you need to either brew uninstall dinghy and/or convince the dinghy formula creator to not depends_on "docker".

@betoharres
Copy link
Author

@MikeMcQuaid Thanks a lot Mike! It worked!

@Homebrew Homebrew locked and limited conversation to collaborators May 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants