How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "barsspcuev02/ej3"
config.vm.box_version = "7.0.8"
end
vagrant init barsspcuev02/ej3 \
--box-version 7.0.8
vagrant up
This version was created 12 months ago.
There isn't a description.