How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gyptazy/rocky9.3-arm64"
end
vagrant init gyptazy/rocky9.3-arm64
vagrant up
This version was created 8 months ago.
Fix HGFS
This version was created 8 months ago.
Fix infinity loop for .ssh directory of vagrant
This version was created 8 months ago.
Initial release