How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "emptybox/ubuntu-xenial-amd64-lxc"
end
vagrant init emptybox/ubuntu-xenial-amd64-lxc
vagrant up
This version was created almost 5 years ago.
New automated build (2019-01-02 12:57:50)
This version was created about 5 years ago.
New automated build (2018-10-09 20:04:16)