How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "terrywang/archlinux"
config.vm.box_version = "3.0.3"
end
vagrant init terrywang/archlinux \
--box-version 3.0.3
vagrant up
This version was created over 7 years ago.
Bump version to 3.0.3.
Always up-to-date Arch Linux x86_64 base box for various purposes, with many customization and built with love ;-D
See => archlinux-x86_64 for details.