How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "danielec/stretch64"
end
vagrant init danielec/stretch64
vagrant up
This version was created almost 6 years ago.
Updated version to 6.5 and added extra packages (psmisc and lynx)
This version was created almost 6 years ago.
There isn't a description.