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