1 Star 0 Fork 0

yejinlei-mirror/gvm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Vagrantfile 222 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joshua B. Bussdieker 提交于 2014-06-12 12:58 . Some vagrant stuff
Vagrant.configure("2") do |config|
config.vm.define "precise32" do |ubuntu|
ubuntu.vm.box = "hashicorp/precise32"
end
config.vm.define "precise64" do |ubuntu|
ubuntu.vm.box = "hashicorp/precise64"
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yejinlei-mirror/gvm.git
git@gitee.com:yejinlei-mirror/gvm.git
yejinlei-mirror
gvm
gvm
master

搜索帮助