How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dstoliker/cured-sles12"
end
vagrant init dstoliker/cured-sles12
vagrant up
This version was created over 3 years ago.
update
This version was created over 3 years ago.
bug fixes
This version was created over 3 years ago.
initial release