Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to change the .vagrand.d location (the location for vagrant boxes)?

Tags:

vagrant

By default, vagrant extracts boxes to a users home drive - %HOMEDRIVE%\.vagrant.d\boxes. This is on a network location. While good for reliable storage, this is extremely slow.

How do I change the location of boxes?

like image 608
Precipitous Avatar asked Nov 13 '12 21:11

Precipitous


People also ask

Where are the Vagrant boxes stored?

As mentioned in the docs, boxes are stored at: Mac OS X and Linux: ~/. vagrant.


1 Answers

Of course. Just change (or set) VAGRANT_HOME environment variable.

Source: Google Groups

like image 200
Michael Field Avatar answered Sep 28 '22 01:09

Michael Field