How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "aravind/xenial-lxc-amd64" end
vagrant init aravind/xenial-lxc-amd64 vagrant up
This version was created over 7 years ago.
Base image for ubuntu xenial amd64 box. Added libpam-systemd to make vagrant ssh exit cleanly.
Base image for ubuntu xenial amd64 box.