How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "osll_moocs/jessie64_with_kernel_headers"
config.vm.box_version = "0.1"
end
vagrant init osll_moocs/jessie64_with_kernel_headers \
--box-version 0.1
vagrant up
This version was created over 7 years ago.
Box contains https://atlas.hashicorp.com/debian/boxes/jessie64 + ruby gcc make linux-kernel-headers
Notice: box uses password authentication - please add to your Vagrantfile
config.ssh.username = 'vagrant' config.ssh.password = 'vagrant'