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