How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/centos-7.2"
  config.vm.box_version = "2.3.1"
end
vagrant init bento/centos-7.2 \
  --box-version 2.3.1
vagrant up

This version was created about 7 years ago.

{ "name": "centos-7.2", "version": "2.3.1", "build_timestamp": "20161201202839", "git_revision": "277793ff1be79b460d702204f76ae308f096844e", "box_basename": "centos-7.2-2.3.1", "template": "centos-7.2-x86_64", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "centos-7.2-2.3.1.parallels.box", "checksum_type": "sha256", "checksum": "cbd846fc01a7e25ae6cfd172c843775f0f3e3406968d9a6754c62b2a1fbc8cb6", "size": "446 MB" }, { "name": "virtualbox", "file": "centos-7.2-2.3.1.virtualbox.box", "checksum_type": "sha256", "checksum": "8fc86c79c29b3c9666ee3f41da4135bbd1adfc4272f6fb0c81e08e95639cf6e8", "size": "386 MB" }, { "name": "vmware_desktop", "file": "centos-7.2-2.3.1.vmware.box", "checksum_type": "sha256", "checksum": "9d1e6a9d1d7a60ca23e7725ac10e83a94914d0be2853be4bfd47b730b456f314", "size": "467 MB" } ], "tool_versions": { "packer": "0.12.0", "vagrant": "1.9.0", "parallels": "12.1.1", "virtualbox": "5.1.10", "vmware_fusion": "8.5.2" }, "build_times": { "parallels-iso": 736, "virtualbox-iso": 736, "vmware-iso": 736 } }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (446 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (386 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (466 MB)