How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dliappis/centos7minlibvirt"
config.vm.box_version = "0.1.1"
end
vagrant init dliappis/centos7minlibvirt \
--box-version 0.1.1
vagrant up
This version was created over 8 years ago.
Initial Version
CentOS 7 box based on minimal iso image. Also includes net-tools (ifconfig), telnet, wget, vim, emacs and git.