How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sternpunkt/jimmybox"
config.vm.box_version = "2.0.0"
end
vagrant init sternpunkt/jimmybox \
--box-version 2.0.0
vagrant up
This version was created about 6 years ago.
https://github.com/JarJarBernie/jimmybox
One box to rule them all! New build based on Ubuntu 16.04 including all PHP versions from 5.6 to 7.2. Please update carefully if you are using older Jimmybox Versions!
Do not run vagrant box update if you are using older Jimmybox Versions! Create a new box and migrate your data manually!