Skip to main content

All Questions

Tagged with
0 votes
0 answers
50 views

Any way to cache downloads so repeated downloads will instead download from cache?

I use vagrant to create Linux server provision scripts. I often have to run the same apt-get commands in the provision script. Some packages I have to download and install are large and take a while ...
BugHunterUK's user avatar
0 votes
1 answer
736 views

Vagrant syncing to the wrong default folder on Windows?

I don't have any "sync" configuration in my Vagrantfile at all, and yet the folder that is syncing to /vagrant is not the project directory, but my home directory. This is on a Windows computer ...
Wildcard's user avatar
  • 590
0 votes
1 answer
109 views

How do I run "vagrant up" from a context-menu in Windows?

I have a repo with a Vagrantfile. I use to clone it from Mac, Linux and Win depending on the location I'm working at. When cloning in Windows I would love to right-click the Vagrantfile and choose a ...
Xavi Montero's user avatar
0 votes
1 answer
277 views

Why doesn't vagrant password work on Windows 7?

I am installing vagrant(version 1.7.2) on Windows 7. During vagrant up process, I addconfig.ssh.insert_key = false according to vagrant prompt. Then I use the following SSH command to login: ssh -p ...
Nan Xiao's user avatar
  • 4,123
-1 votes
2 answers
266 views

Performing a vagrant up inside a Onedrive folder project, why happens this output error message bellow?

My Vagrantfile: Vagrant.configure("2") do |config| config.vm.define "vm1" do |vm1| vm1.vm.box = "debian/buster64" vm1.vm.box.hostname = "debian-vm" vm1.vm.network "...
Marlon's user avatar
  • 379

15 30 50 per page
1 2
3