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 almost 6 years ago.

Latest Ubuntu 16.04.3 at the time of publishing

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (887 MB)

  • veertu Hosted by Vagrant Cloud (811 MB)