How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "asenci/centos"
  config.vm.box_version = "7.7.1908-1574634721"
end
vagrant init asenci/centos \
  --box-version 7.7.1908-1574634721
vagrant up

This version was created about 4 years ago.

There isn't a description.

2 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (170 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (195 MB)