GENERAL VAGRANT SUPPORT IS OFF-TOPIC.
It looks like passing environment variables when calling vagrant up is simple if you're using a Ruby provisioner: VAR=123 vagrant …
vagrant environment-variablesRather than ssh-ing onto my Vagrant virtual machine with a "vagrant" user-name and password, I'd like to use kevin/kevin. …
ssh vagrantSomehow my Vagrant project has disassociated itself from its VirtualBox VM, so that when I vagrant up Vagrant will import …
virtualbox vagrantI get this error when I do a vagrant up : anr@anr-Lenovo-G505s ~ $ vagrant up Bringing machine 'default' up with …
virtualbox vagrant base vagrantfileI want to download a vagrant box file from Atlas for using it later locally with my vagrant file. How …
vagrant vagrantfileCurrent setup: Virtualbox 5.1.20 with Vagrant 1.9.3 Previous working setup: Virtualbox 5.1.18 with Vagrant 1.9.3 I installed the latest version of Virtualbox and tried …
vagrant virtualbox vagrant-pluginI have recently upgraded to Win 10 and hence to vagrant 1.7.4 and virtual box 5.0.2 r102096. While bringing one of the VM …
vagrant virtualbox windows-10When I ssh in to my vagrant vm, I can change permissions of files and folders above and outside the …
centos virtualization virtualbox chmod vagrantI've the problem that my home directory is actually located on a remote server and with ~/.vagrant.d sitting on …
vagrantYou have a project which has got some SW requirements to run (e.g.: a specific version of Apache, a …
continuous-integration jenkins vagrant