How to use this box with Vagrant:

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

This version was created about 1 year ago.

CentOS Linux release7.9.2004 (Core)

Original image: centos/7 v2004.01

Customize:

  • os version:7.9.2004
  • timezone:JST(Asia/Tokyo)
  • firewall: disable
  • selinux: disable
  • install: yum-utils, epel-release(disable)
  • update: all package(at 2022/11/12)
  • VirtualBox Guest Additions 7.0.2 r154219
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (818 MB)