How to use this box with Vagrant:

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

This version was created 9 months ago.

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 2023/10/29)
  • VirtualBox Guest Additions 7.0.12 r159484
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (597 MB)