How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sitepoint/debian-stretch-amd64"
end
vagrant init sitepoint/debian-stretch-amd64
vagrant up
This version was created almost 5 years ago.
2019-10-22
This version was created almost 5 years ago.
2019-10-18
This version was created about 5 years ago.
2019-07-11
This version was created over 6 years ago.
Initial release