How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "teak/bullseye_arm64"
config.vm.box_version = "11.6.7-661f4fde-ba4d-4349-8dcf-4279d1bcc517"
end
vagrant init teak/bullseye_arm64 \
--box-version 11.6.7-661f4fde-ba4d-4349-8dcf-4279d1bcc517
vagrant up
This version was created over 1 year ago.
There isn't a description.