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