How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/centos7-docker"
config.vm.box_version = "1.8.1.20150910"
end
vagrant init williamyeh/centos7-docker \
--box-version 1.8.1.20150910
vagrant up
This version was created about 8 years ago.
Use Packer to build the box.
Support vmware, thanks to Packer + Atlas.