How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "twistedbytes/webserver"
config.vm.box_version = "2024.06.11.01"
end
vagrant init twistedbytes/webserver \
--box-version 2024.06.11.01
vagrant up
This version was created 25 days ago.
Update all, use TB repo for centos8, add microsoft repo to use for ms sqlsrv php module.