How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sitepoint/ubuntu-xenial-amd64"
end
vagrant init sitepoint/ubuntu-xenial-amd64
vagrant up
This version was created over 3 years ago.
2019-10-22
This version was created over 3 years ago.
2019-10-18