命令行启动vagrant up时报错
A Vagrant environment or target machine is required to run this
command. Run vagrant init
to create a new Vagrant environment. Or,
get an ID of a target machine from vagrant global-status
to run
this command on. A final option is to change to a directory with a
Vagrantfile and to try again.
环境:osx 10.11,vagrant 1.7.4
以上是详细的错误信息,虽然使用vagrant up [id] 可以解决,但是之前不需要指定也可以的,是什么问题?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我个人感觉怎么不是在vagrantfile目录运行 所以报这个错了
Vagrant使用流程(个人总结):
1.查看本地box列表:
2.选取box,并初始化环境:
此时会产生
.vagrant/
和Vagrantfile
3.编辑
Vagrantfile
文件,比如IP啊,CPU个数啊,RAM啊4.开启vagrant
看看你少了哪一步吧。