Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Should I use Vagrant or Docker for creating an isolated environment?

I use Ubuntu for development and deployment and have a need for creating an isolated environment. I am considering either …

vagrant docker
Vagrant stuck connection timeout retrying

My vagrant was working perfectly fine last night. I've just turned the PC on, hit vagrant up, and this is …

ssh virtualbox vagrant
How can I kill whatever process is using port 8080 so that I can vagrant up?

On MacOSX, I'm using Packer to build a Vagrant box so I need to continually bring it up and tear …

macos networking vagrant
Error when trying vagrant up

I'm using Vagrant for my environment and I've got a little issue: $vagrant up Bringing machine 'default' up with 'virtualbox' …

vagrant
Psql could not connect to server: No such file or directory, 5432 error?

I'm trying to run psql on my Vagrant machine, but I get this error: psql: could not connect to server: …

postgresql vagrant
Failed to open/create the internal network Vagrant on Windows10

I upgraded my Windows 10 to the last update yesterday and now, when I launch vagrant up command, I get this …

vagrant virtualbox windows-10
Vagrant ssh authentication failure

The problem with ssh authentication: ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network …

ssh vagrant virtualbox private-key vagrantfile
Easiest way to copy a single file from host to Vagrant guest?

I have a use case where I occasionally want to copy a single file from my host machine to the …

vagrant
SSH to Vagrant box in Windows?

I'm using Vagrant to start a VirtualBox VM in windows. In other platforms, I can just $ vagrant ssh to connect …

windows ssh virtual-machine virtualbox vagrant
Where does Vagrant download its .box files to?

What happens to the .box file after the following command is executed? vagrant box add lucid32 http://files.vagrantup.com/…

virtual-machine virtualbox vagrant