How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "hiroy/centos-7.0-x86_64-minimal-hyperv"
config.vm.box_version = "0.0.1"
end
vagrant init hiroy/centos-7.0-x86_64-minimal-hyperv \
--box-version 0.0.1
vagrant up
This version was created over 7 years ago.
This version is based 'http://ftp.riken.jp/Linux/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1611.iso'.