小编zab*_*mba的帖子

带有 Vagrant 的 FreeBSD - 不知道如何检查来宾添加版本

在 Mac OS X 10.9.3 上

VagrantCloud 中挑选了一个盒子

初始化流浪箱

$ vagrant init chef/freebsd-9.2-i386

A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
Run Code Online (Sandbox Code Playgroud)

列出文件

$ ls -al
-rw-r--r--  1 joel  staff  4831 Jun  5 17:17 Vagrantfile
Run Code Online (Sandbox Code Playgroud)

流浪文件内容

VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
  config.vm.box = "chef/freebsd-9.2-i386"
end
Run Code Online (Sandbox Code Playgroud)

启动我的虚拟盒子会导致错误

$ vagrant …
Run Code Online (Sandbox Code Playgroud)

virtualbox freebsd vagrant

6
推荐指数
1
解决办法
3408
查看次数

标签 统计

freebsd ×1

vagrant ×1

virtualbox ×1