Where does Vagrant download its .box files to?

前端 未结 8 2071
误落风尘
误落风尘 2020-12-07 06:29

What happens to the .box file after the following command is executed?

vagrant box add lucid32 http://files.vagrantup.com/lucid32.box

I can

8条回答
  •  既然无缘
    2020-12-07 07:31

    To change the Path, you can set a new Path to an Enviroment-Variable named: VAGRANT_HOME

    export VAGRANT_HOME=my/new/path/goes/here/
    

    Thats maybe nice if you want to have those vagrant-Images on another HDD.

    More Information here in the Documentations: http://docs.vagrantup.com/v2/other/environmental-variables.html

提交回复
热议问题