How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "subutai/stretch"
end
vagrant init subutai/stretch
vagrant up
This version was created over 5 years ago.
Fixing vboxnet0 explicit name specification for the host-only network.
This version was created over 5 years ago.
Has the right interface configuration, the disks, and various other little things making it very easy to setup a resource host or peer in minutes.