How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "itnok/Ubuntu2004"
config.vm.box_version = "20200212"
end
vagrant init itnok/Ubuntu2004 \
--box-version 20200212
vagrant up
This version was created over 3 years ago.