How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "generic/ubuntu1604"
  config.vm.box_version = "0.8.21"
end
vagrant init generic/ubuntu1604 \
  --box-version 0.8.21
vagrant up

This version was created about 7 years ago.

A build environment for use in cross platform development.

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (1010 MB)