How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "almalinux/9.aarch64"
  config.vm.box_version = "9.2.20230717"
end
vagrant init almalinux/9.aarch64 \
  --box-version 9.2.20230717
vagrant up

This version was created 4 months ago.

There isn't a description.

2 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (584 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (573 MB)