How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/centos-7.4"
config.vm.box_version = "201802.02.0"
end
vagrant init bento/centos-7.4 \
--box-version 201802.02.0
vagrant up
This version was created about 5 years ago.
{ "name": "centos-7.4", "version": "201802.02.0", "build_timestamp": "20180205002159", "git_revision": "e04986dea27570867cc64f416903640e280714dc", "git_status": "dirty", "box_basename": "centos-7.4-201802.02.0", "template": "centos-7.4-x86_64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "centos-7.4-201802.02.0.vmware.box", "checksum_type": "sha256", "checksum": "3f4b5760079788e18be7e3ac7b8a120deac96acde4ad80cf9c8a03dac6ea2ddb", "size": "617 MB", "build_time": 900 } ] }