How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cypress/Ubuntu1504-64-Snappy"
config.vm.box_version = "0.0.1"
end
vagrant init cypress/Ubuntu1504-64-Snappy \
--box-version 0.0.1
vagrant up
This version was created almost 8 years ago.
Just a base level Ubuntu 15.04 Core Snappy box.