How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "st01tkh/centos7-64-lxc"
config.vm.box_version = "1.1.0"
end
vagrant init st01tkh/centos7-64-lxc \
--box-version 1.1.0
vagrant up
This version was created almost 7 years ago.
CentOS 7 amd64 for LXC provider. Made with https://github.com/obnoxxx/vagrant-lxc-base-boxes script at 2017-09-27.