How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "autodata/centos7_virtio"
end
vagrant init autodata/centos7_virtio
vagrant up
This version was created over 7 years ago.
CentOS 7.3 -> update vagrantfile to use autodata/centos7 DEPRICATED:this will not get future updates
This version was created almost 8 years ago.
There isn't a description.