How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "imranalisen/ubuntuphp74"
config.vm.box_version = "20220510"
end
vagrant init imranalisen/ubuntuphp74 \
--box-version 20220510
vagrant up
This version was created over 1 year ago.
Base box for Magento 2.3.7 to 2.4.3-p2
Softwares include
Use config.vm.network "private_network", ip: "192.168.33.12" in vagrant file to access VM
Use only for local development environment, not recommended to use for STG and Prod.