How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "AntonioMeireles/ClearLinux"
config.vm.box_version = "33780"
end
vagrant init AntonioMeireles/ClearLinux \
--box-version 33780
vagrant up
This version was created almost 4 years ago.
built with ClearLinux-packer - feedback is welcome!