How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "blues/local-dev-server"
config.vm.box_version = "1.1.3"
end
vagrant init blues/local-dev-server \
--box-version 1.1.3
vagrant up
This version was created almost 3 years ago.
Ubuntu 20.04, Go 1.17, Consul 1.10.2, Nomad 1.1.4, node 14.17.6