How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "rvanlaar/xenial64-lxc"
end
vagrant init rvanlaar/xenial64-lxc
vagrant up
This version was created over 4 years ago.
Works on ubuntu 19.10, includes packages updates.
The previous versions didn't have the box repackaged in the correct manner.
This version was created over 4 years ago.
Works on ubuntu 19.10, includes packages updates
This version was created over 4 years ago.
Works on ubuntu 19.10, includes packages updates
This version was created over 7 years ago.
Includes fix for halt and reload. Systemd disconnected the network before shutting down the SSH connection. This resulted in a hang with vagrant lxc. The fix was to include libpam-systemd.
See also: https://github.com/fgrehm/vagrant-lxc/issues/437
There is a problem with the ssh key when updating. Removing .vagrant.d directory solves this.
This version was created almost 8 years ago.
First commit of box.