标签:ide init 意思 软件 导入 命令 导出 path 虚拟
安装好virtualbox,vagrant软件之后,
命令格式 vagrant box add <name> <boxpath>
name:是导入之后的box 名称,
boxpath: box文件所在的绝对路径;
eg: vagrant box add lamp D:/virtual/dd/dd.box
进入一个目录,执行 vagrant init <name>
,eg:vagrant init lamp
,使用镜像名为lamp
作为当前vagrant的镜像
vagrant up --provider virtualbox
启动,意思是:使用 virtualbox
作为虚拟机提供者来启动当前的虚拟机
标签:ide init 意思 软件 导入 命令 导出 path 虚拟
原文地址:https://www.cnblogs.com/fsong/p/11259080.html