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