vagrant.d outside of the home folder

前端 未结 7 1664
野性不改
野性不改 2020-12-04 07:29

I\'ve the problem that my home directory is actually located on a remote server and with ~/.vagrant.d sitting on that server, the performance of vagrant decreases heavily (a

7条回答
  •  情歌与酒
    2020-12-04 08:19

    VAGRANT_HOME does not work well in my Windows 8.1. It worked for me when I changed the file

    D:\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.5.3\lib\vagrant\environment.rb

    on line 117 to

    @home_path = Util::Platform.fs_real_path("D:/vagrant/home/")
    

    like Steve H said and it works fine.

提交回复
热议问题