julien-duponchelle / docker-osx

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

Provide brew installer #30

Open balupton opened 10 years ago

balupton commented 10 years ago

Would be great if I could just do:

brew tap phinze/cask
brew install brew-cask
brew cask install vagrant virtualbox
brew install docker
shurane commented 10 years ago

+1. This is straightforward to implement.

tt commented 10 years ago

Ideally, this could also take a dependency on the Docker formula making it both unnecessary to install as part of docker-osx and therefore unnecessary to update the script whenever a new, compatible version is released.