GENERAL VAGRANT SUPPORT IS OFF-TOPIC.
I use Ubuntu for development and deployment and have a need for creating an isolated environment. I am considering either …
vagrant dockerMy vagrant was working perfectly fine last night. I've just turned the PC on, hit vagrant up, and this is …
ssh virtualbox vagrantOn MacOSX, I'm using Packer to build a Vagrant box so I need to continually bring it up and tear …
macos networking vagrantI'm using Vagrant for my environment and I've got a little issue: $vagrant up Bringing machine 'default' up with 'virtualbox' …
vagrantI'm trying to run psql on my Vagrant machine, but I get this error: psql: could not connect to server: …
postgresql vagrantI upgraded my Windows 10 to the last update yesterday and now, when I launch vagrant up command, I get this …
vagrant virtualbox windows-10The problem with ssh authentication: ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network …
ssh vagrant virtualbox private-key vagrantfileI have a use case where I occasionally want to copy a single file from my host machine to the …
vagrantI'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 vagrantWhat happens to the .box file after the following command is executed? vagrant box add lucid32 http://files.vagrantup.com/…
virtual-machine virtualbox vagrant