How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "nescon/ubuntu-22.04-php7"
end
vagrant init nescon/ubuntu-22.04-php7
vagrant up
This version was created 5 months ago.
(root @ root)
guest: 80, host: 80, host_ip: "127.0.0.1"
guest: 443, host: 443, host_ip: "127.0.0.1"
guest: 3306, host: 3306, host_ip: "127.0.0.1"
This version was created 8 months ago.
(root @ root)
guest: 80, host: 80, host_ip: "127.0.0.1"
guest: 443, host: 443, host_ip: "127.0.0.1"
guest: 3306, host: 3306, host_ip: "127.0.0.1"
This version was created 9 months ago.
(root @ root)
guest: 80, host: 80, host_ip: "127.0.0.1"
guest: 443, host: 443, host_ip: "127.0.0.1"
guest: 3306, host: 3306, host_ip: "127.0.0.1"