Home >Backend Development >PHP Tutorial >vagrant up启动失败怎么办

vagrant up启动失败怎么办

PHPz
PHPzOriginal
2016-06-06 20:41:142915browse

vagrant up启动失败怎么办

vagrant up启动失败怎么办?

解决vagrant up启动失败,停留在Booting VM...过程的方法

解决办法:

重启电脑,直接启动VirtualBox,并在命令行vagrant halt关闭,再使用vagrant up命令启动就可以了。

相关介绍:

vagrant是一个工具,用于创建和部署虚拟化开发环境的。

拿VirtualBox举例,VirtualBox会开放一个创建虚拟机的接口,Vagrant会利用这个接口创建虚拟机,并且通过Vagrant来管理,配置和自动安装虚拟机。

更多相关技术知识,请访问PHP中文网

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn