julien-duponchelle / docker-osx

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

Allow using alternative Vagrant providers such as Vmware #11

Open jezdez opened 10 years ago

bfirsh commented 10 years ago

In theory this should just be a matter of building a VMware Vagrant box with Packer and setting the VAGRANT_DEFAULT_PROVIDER environment variable on first run.

julien-duponchelle commented 10 years ago

The image is built from this packer file: https://github.com/mitchellh/packer-ubuntu-12.04-docker

bfirsh commented 10 years ago

I'll build a VMware image. I want to move the VirtualBox image to a new S3 bucket anyway.

julien-duponchelle commented 10 years ago

Perhaps we can use the release system of Github in order to store the image

bfirsh commented 10 years ago

There's a fairly small file size limit IIRC. Can't find out exactly what it is though.

bfirsh commented 10 years ago

And there's a chicken/egg problem there too – we need to put the release URL in the docker script, but we need tag the docker script before we can get a release. Argh.

julien-duponchelle commented 10 years ago

You are right 1GB by repository . S3 is a better way to distribute expect it cost money.

bfirsh commented 10 years ago

I'll put it on the @orchardup S3 account and we can cover the cost. Shouldn't be much. :)

jezdez commented 10 years ago

Yays \o/