How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "j8j8/archlinux"
config.vm.box_version = "23019.01.01"
end
vagrant init j8j8/archlinux \
--box-version 23019.01.01
vagrant up
This version was created almost 5 years ago.
There isn't a description.