How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "tknerr/ubuntu2004-desktop"
  config.vm.box_version = "1.0.0"
end
vagrant init tknerr/ubuntu2004-desktop \
  --box-version 1.0.0
vagrant up

This version was created over 4 years ago.

Ubuntu 20.04 LTS Desktop Baseboxes

2 providers for this version.
  • virtualbox
    amd64 Hosted by Vagrant Cloud (1.06 GB)
  • vmware_desktop
    amd64 Hosted by Vagrant Cloud (1.07 GB)