How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "itnok/Ubuntu1804"
  config.vm.box_version = "20200328"
end
vagrant init itnok/Ubuntu1804 \
  --box-version 20200328
vagrant up

This version was created over 3 years ago.

Ubuntu LTS 18.04.4

(Straight forward desktop installation on a 20GB virtual disk)


3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (2.32 GB)

  • libvirt Hosted by Vagrant Cloud (2.05 GB)

  • virtualbox Hosted by Vagrant Cloud (2.38 GB)