How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "InfraSIM/infrasim-compute"
config.vm.box_version = "3.5.1"
end
vagrant init InfraSIM/infrasim-compute \
--box-version 3.5.1
vagrant up
This version was created over 5 years ago.
New in this release: