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