How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "sharpie/dummy"
  config.vm.box_version = "1.0.0"
end
vagrant init sharpie/dummy \
  --box-version 1.0.0
vagrant up

This version was created over 8 years ago.

Dummy box for cloud computing providers:

3 providers for this version.
  • aws
    unknown Hosted by Vagrant Cloud (166 Bytes)
  • openstack
    unknown Hosted by Vagrant Cloud (169 Bytes)
  • vsphere
    unknown Hosted by Vagrant Cloud (166 Bytes)