How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "wilsondc5/centos-9-arm"
end
vagrant init wilsondc5/centos-9-arm
vagrant up
This version was created 4 months ago.
Fixed .ssh access
This version was created 4 months ago.
Initial release