CiscoCloud / shipped-devbox

Shipped developer Vagrant box
Apache License 2.0
3 stars 2 forks source link

Switch to boot2docker image #2

Open keithchambers opened 9 years ago

keithchambers commented 9 years ago

Cycle time is critical for devs. This minimal CentOS 7 image is 200M and takes 30+ seconds to boot. Boot2docker is 20M and takes 5 seconds.

Let's consider switching to boot2docker with Vagrant. @mitchellh has a script we can borrow from to automate the build process: https://github.com/mitchellh/boot2docker-vagrant-box/blob/master/build-iso.sh

davivcgarcia commented 9 years ago

@keithchambers Why not use https://github.com/docker/machine to deploy boot2docker images? It supports not only local but also remote platforms, such as AWS and Joyent. Is there anything special with this shipped-devbox? Thanks!