Vagrant 1.4
vagrantup.com
Vagrant 1.4
1–10 of 64 posts
Re: Vagrant 1.4
#2Re: Vagrant 1.4
#3Re: Vagrant 1.4
#4Learning Vagrant @ http://sysadmincasts.com/episodes/4-vagrant
Create a Vagrant box with Veewee @ http://sysadmincasts.com/episodes/5-create-a-vagrant-box-wit...
Learning Puppet with Vagrant @ http://sysadmincasts.com/episodes/8-learning-puppet-with-vag...
Managing Iptables with Puppet @ http://sysadmincasts.com/episodes/18-managing-iptables-with-...
Re: Vagrant 1.4
#5Re: Vagrant 1.4
#6Vagrant made setting that up really easy. In fact, the hardest part was scripting different responses for whether the machine was already up or not, and the new Machine-Readable Output will make that far, far easier.
Thanks for making a great tool better!
Re: Vagrant 1.4
#7This is awesome, I can't wait. I've been waiting for this!
Re: Vagrant 1.4
#8Too many things break - it's simply not worth the trouble of upgrading and finding all the gotchas scattered all over the place in my config files and code.
Re: Vagrant 1.4
#9Sadly, their Docker support is just a provisioner. :( I can do that myself too in a shell script.
Re: Vagrant 1.4
#10I had hoped that their Docker support would be some magical mechanism that would treat Docker as a kind of VirtualBox. That is, instead of using VirtualBox to create VMs, they would use Docker to create containers. 'vagrant ssh' would then SSH directly into a container instead of the host VM. Sadly, their Docker support is just a provisioner. :( I can do that myself too in a shell script.