How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "zyz/centos8"
  config.vm.box_version = "1.0.0"
end
vagrant init zyz/centos8 \
  --box-version 1.0.0
vagrant up

This version was created almost 5 years ago.

This is the 1.0.0 version for this CentOS 8.0.1905 image

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (444 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (389 MB)