#添加本地镜像
vagrant box add 镜像名称 box路径
#查看当前有那些box列表
vagrant box list 
#初始化,当前文件夹会生成一个VagrantFile
vagrant init 镜像名称
#对VagrantFile配置好后就可以启动了
vagrant up