发布于 2016-06-14 03:19:42 | 119 次阅读 | 评论: 0 | 来源: 网友投递
Vagrant 创建虚拟化开发环境
Vagrant是一个基于Ruby的工具,用于创建和部署虚拟化开发环境。它 使用Oracle的开源VirtualBox虚拟化系统,使用 Chef创建自动化虚拟环境。
Vagrant 1.8.4 发布了,
BUG 修复:
core: Fix bundler plugin issue and version constraint [GH-7418, GH-7415]
providers/virtualbox: Use 8 network interfaces (due to Windows limitation) [GH-7417, GH-7419]
provisioners/ansible(both): Honor "galaxy_roles_path" option when running ansible-playbook [GH-7269, GH-7420]
provisioners/ansible_local: Add quotes around "ansible-galaxy" arguments [GH-7420]
改进:
guests/redhat: Add CloudLinux detection [GH-7428, GH-7427]
下载地址: