How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "debian/contrib-testing64"
end
vagrant init debian/contrib-testing64
vagrant up
This version was created 9 months ago.
This is the last release of the debian/contrib-testing64 box. Now that the vanilla kernel has support for vboxsf, the debian/testing64 box should be used instead, since it also supports synced folders.
This version was created about 1 year ago.
There isn't a description.
This version was created over 1 year ago.
Refreshed with the current state of testing.
This version was created over 2 years ago.
Initial release.