julien-duponchelle / docker-osx

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

Installation #20

Open bfirsh opened 10 years ago

bfirsh commented 10 years ago

For #19, it would be really great if we could install the Vagrant plugin once and assume it has been installed. In other words, run an installation.

I think we have a couple of options:

  1. Have an install function which is run on first run, then a docker install command or similar to reinstall if stuff gets broken.
  2. Have an explicit install script, sort of like the usual curl ..../install.sh | sh (not that this is necessarily a good way to do it, but it is an understood, easy to use pattern – see homebrew for example). This is not as neat as the magical combined install and execution, but might be easier to comprehend.
bfirsh commented 10 years ago

/cc @aanand who has OPINIONS

julien-duponchelle commented 10 years ago

I think we need two add the docker install command because it's easier for the support.

And we can provide an install.sh file for simplify the install processus.

bfirsh commented 10 years ago

The installation process is simple enough already, I don't think we need both.

I think I prefer the idea of "download this shell script and put it on your path", purely because it's less horrifying than piping curl into a shell.