How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "takesako/alpine-standard-v3.18"
config.vm.box_version = "3.18.4"
end
vagrant init takesako/alpine-standard-v3.18 \
--box-version 3.18.4
vagrant up
This version was created 2 months ago.
Alpine Linux v3.18.4 STANDARD kernel for Intel x86_64(amd64) virtualbox/vmware provider, Apple Silicon M1/M2 Mac arm64(aarch64) vmware_fusion provider. built by alpine-packer https://github.com/takesako/alpine-packer