How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "rshash/Ubuntu_22.04-M1-Mac"
config.vm.box_version = "0.1.0"
end
vagrant init rshash/Ubuntu_22.04-M1-Mac \
--box-version 0.1.0
vagrant up
This version was created over 1 year ago.
Ubuntu 22.04 built on an M1 Mac. Docker and Java are installed