How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "axnetlabs/axnetlabs_focal_arm64"
  config.vm.box_version = "1.0"
end
vagrant init axnetlabs/axnetlabs_focal_arm64 \
  --box-version 1.0
vagrant up

This version was created over 1 year ago.

First Box

2 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (1.5 GB)

  • vmware_fusion Hosted by Vagrant Cloud (1.5 GB)