How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "becoll/centos_8"
  config.vm.box_version = "1.0"
end
vagrant init becoll/centos_8 \
  --box-version 1.0
vagrant up

This version was created almost 4 years ago.

CentOS Linux release8.2.2004 (Core)

Original image: centos/8 v1905.1

Customize:

  • os down version:8.2.2004 (Core)
  • timezone:JST(Asia/Tokyo)
  • firewall: disable
  • selinux: disable
  • install: yum-utils, epel-release(disable)
  • update: all
  • VirtualBox Guest Additions 6.1.12
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (671 MB)