How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jsaito/centos7-rbenv"
config.vm.box_version = "0.0.2"
end
vagrant init jsaito/centos7-rbenv \
--box-version 0.0.2
vagrant up
This version was created over 5 years ago.
Fix slow ssh. Tested on VMware Workstation Pro 14.1.1.
This box included vmware-tools. If you use this box with vmware-tools, you must read VMware EULA and agree it.