How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mauricext4fs/centos"
config.vm.box_version = "4.2.0"
end
vagrant init mauricext4fs/centos \
--box-version 4.2.0
vagrant up
This version was created over 4 years ago.
Based on 'centos/7' version '1905.1'. This vagrant box has all the minimum installed to build other box derivation using GoLang, NodeJS, etc.. This vagrant Box has all the necessary tools installed for C development and compilation with GCC.