How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "becoll/centos_7_9_php_7_4_oci_python3"
config.vm.box_version = "1.0"
end
vagrant init becoll/centos_7_9_php_7_4_oci_python3 \
--box-version 1.0
vagrant up
This version was created over 1 year ago.
Original image: becoll/centos_7 v2.0
Customize: