How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "inthink-hans/ubuntu-22.04-server-amd64-inthink"
config.vm.box_version = "1.0"
end
vagrant init inthink-hans/ubuntu-22.04-server-amd64-inthink \
--box-version 1.0
vagrant up
This version was created about 2 months ago.
in.think development environment