[vagrant-up] Re: Can I run multiple instances of the same box?

2015-11-18 Thread Александр Губернаторов
The best way is to use single Vagrantfile with Ruby array of hashes like here - http://sysadm.pp.ua/linux/sistemy-virtualizacii/vagrantfile.html . You can define array like: servers=[ { :hostname => "web", :ip => "192.168.100.10", :box => "saucy", :ram

[vagrant-up] Re: Use box versioning without Vagrant Cloud?

2016-10-14 Thread Александр Губернаторов
Russian version - http://sysadm.pp.ua/linux/vagrant-versioning.html On Monday, May 19, 2014 at 10:29:19 AM UTC+3, Ryan Parman wrote: > > I can't seem to find any documentation about leveraging Box Versioning > without Vagrant Cloud. My company currently keeps it's Vagrant Boxes in S3 > and we'd