How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "SaltwaterC/ubuntu-16.04.3"
config.vm.box_version = "16.04.3-15082017"
end
vagrant init SaltwaterC/ubuntu-16.04.3 \
--box-version 16.04.3-15082017
vagrant up
This version was created about 7 years ago.
Latest Ubuntu 16.04.3 at the time of publishing