How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "Jafudi/ludopy"
config.vm.box_version = "1.0.4-24b018a"
end
vagrant init Jafudi/ludopy \
--box-version 1.0.4-24b018a
vagrant up
This version was created over 4 years ago.
There isn't a description.