How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "justin_hashicorp/test-public"
  config.vm.box_version = "2.2.2"
end
vagrant init justin_hashicorp/test-public \
  --box-version 2.2.2
vagrant up

This version was created over 6 years ago.

There isn't a description.

2 providers for this version.
  • test
    unknown Hosted by Vagrant Cloud (164 Bytes)
  • virtualbox
    unknown Hosted by Vagrant Cloud (164 Bytes)