Vagrant up错误(默认:无法找到Box'boxcutter / ubuntu1510')

时间:2016-04-19 15:12:13

标签: vagrant

你好我是一个刚刚在我的Windows 10上设置虚拟机和流浪者的新手。 当我在命令提示符下尝试vagrant up时,显示以下消息。

enter image description here

我对Vagrant或Box一无所知,但我只是想开始学习Ruby ... 请问有人帮帮我吗?

2 个答案:

答案 0 :(得分:0)

Box could not be found。这意味着localhost.vm.box中的框名称不正确。尝试安装默认的ubuntu框:

localhost.vm.box = "ubuntu/trusty64"

...或选择其他方框名称。

答案 1 :(得分:0)

这很奇怪,该框应该可用,它位于地图集中的https://atlas.hashicorp.com/boxcutter/boxes/ubuntu1510

首先尝试下载该框:<!DOCTYPE html ng-app="chat"> <html> <head> <title>Hello Chat</title> <!-- bower:css --> <link rel="stylesheet" href="bower_components/animate.css/animate.css" /> <!-- endbower --> <!-- inject:css --> <!-- endinject --> </head> <body> <h1>Ready to play?</h1> <section> Hey man. <div ng-controller="ChatCtrl"></div> </section> <!-- bower:js --> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/moment/moment.js"></script> <!-- endbower --> <!-- inject:js --> <!-- endinject --> </body> </html> 然后vagrant box add boxcutter/ubuntu1510

如果这不起作用,您可以尝试直接从https://atlas.hashicorp.com/boxcutter/boxes/ubuntu1510/versions/2.0.16/providers/virtualbox.box下载包装箱文件,并将该框添加到流浪者vagrant up