How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "atturra/centos7_vbguest_base"
config.vm.box_version = "1.0.0"
end
vagrant init atturra/centos7_vbguest_base \
--box-version 1.0.0
vagrant up
This version was created 3 months ago.
OS updated with VBGuestAddtion 6.1.44 installed.