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