Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

How to sync time on host wake-up within VirtualBox?

I am running an Ubuntu 12.04-based box inside of Vagrant using VirtualBox. So far, everything is fine - except for …

virtual-machine virtualbox vagrant clock
Where is Vagrant saving changes to the VM?

I am just starting with Vagrant and I am having a little trouble understanding a few details. I have read …

vagrant
Vagrant insecure by default?

EDIT 2: TL;DR: the answer was yes in 2013, but this flaw has been fixed By following the Getting Started instructions …

security vagrant
Is there any way to clone a vagrant box that is already installed

I must have the same VM in other computers but I don't want to download the whole box, php mysql, …

virtualbox vagrant
Adding /etc/hosts entry to host machine on vagrant up

Is it possible for one to modify files on the host machine during the vagrant up process? For example, adding …

vagrant
How can I display the output of a Opscode Chef bash command in my console?

I use Vagrant to spawn a standard "precise32" box and provision it with Chef so I can test my Node.…

bash stdout chef-infra vagrant
Vagrant Error: Unable to Mount VirtualBox Shared Folders (Guest Additions, vboxsf)

The Issue I installed Vagrant on Windows 10 so I can create a personal local development environment in a virtual machine. …

windows vagrant virtualbox shared-directory vagrant-windows
Connecting to a Vagrant VM externally

I use Vagrant when developing websites and have done for the last year or so. I would like to test …

virtual-machine vagrant
How to copy file from a Vagrant machine to localhost

I want to copy a local file from a Vagrant machine to my localhost, but I am getting an error …

linux vagrant scp
Set Environment Variables with Puppet

I am using vagrant with puppet to set up virtual machines for development environments. I would like to simply set …

shell ubuntu vagrant puppet