How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mindpointgroup/cent8_tomcat9_base"
config.vm.box_version = "1.0"
end
vagrant init mindpointgroup/cent8_tomcat9_base \
--box-version 1.0
vagrant up
This version was created about 4 years ago.
This is the initial version created on 5/22/2020 fully updated on this date.