How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ilobmirt/alpine-3.16-arm64-lxc"
config.vm.box_version = "22.1223"
end
vagrant init ilobmirt/alpine-3.16-arm64-lxc \
--box-version 22.1223
vagrant up