How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "visibilityspots/centos-7.x-minimal"
  config.vm.box_version = "7.8.3"
end
vagrant init visibilityspots/centos-7.x-minimal \
  --box-version 7.8.3
vagrant up

This version was created about 3 years ago.

Updated packages:

  • curl.x86_64 - 7.29.0-57.el7_8.1
  • libcurl.x86_64 - 7.29.0-57.el7_8.1
  • systemd.x86_64 - 219-73.el7_8.9
  • systemd-libs.x86_64 - 219-73.el7_8.9

There are no providers for this version.