How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "almalinux/8.uefi"
  config.vm.box_version = "8.7.20221209"
end
vagrant init almalinux/8.uefi \
  --box-version 8.7.20221209
vagrant up

This version was created 4 months ago.

Initial version

1 provider for this version.
  • libvirt Hosted by Vagrant Cloud (763 MB)