Download vagrant box file locally from atlas and configuring it

前端 未结 8 2494
甜味超标
甜味超标 2020-12-12 09:19

I want to download a vagrant box file from Atlas for using it later locally with my vagrant file. How can I do this, and how can I configure it?

8条回答
  •  遥遥无期
    2020-12-12 09:53

    If you have the ubuntu-VAGRANTSLASH-trusty64 folder from someone else machine you can simply copy paste the folder to

    ~/.vagrant.d/boxes
    

    and use the vagrant up to start the servers. This way you do not need to add the trusty64 box manually.

提交回复
热议问题