How to export a Vagrant virtual machine to transfer it

前端 未结 7 1188
臣服心动
臣服心动 2021-01-29 17:29

I have a vagrant box up and running (configured with a LAMP stack). I need to transfer it to another PC. How can I export it? I guess that I can get a file (or files) that can b

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-29 18:02

    The easiest way would be to package the Vagrant box and then copy (e.g. scp or rsync) it over to the other PC, add it and vagrant up ;-)

    For detailed steps, check this out => Is there any way to clone a vagrant box that is already installed

提交回复
热议问题