How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "kurron/bionic-xubuntu"
  config.vm.box_version = "2018.08.0400"
end
vagrant init kurron/bionic-xubuntu \
  --box-version 2018.08.0400
vagrant up

This version was created about 5 years ago.

Ubuntu 18.04 Bionic Beaver with VirtualBox and VMWare support. See README for launch instructions.

2 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (3.47 GB)

  • virtualbox Hosted by Vagrant Cloud (3.11 GB)