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 about 5 years ago.
Added disk flush
This version was created about 5 years ago.
Support for blueprint provisioning added in conjunction with the vagrant Subutai plugin.
This version was created over 5 years ago.
This version was created over 5 years ago.
New mechanism to get boxes from CDN and fixing issues with incorrect bridge selection by users to make sure console URL is still available.
This version was created over 5 years ago.
Upgraded to include new AUTHORIZED_KEYS and PASSWORD_OVERRIDE features. See Commit for details. Updates to Box User Guide
This version was created over 5 years ago.
This is a big upgrade which changes the mac address to be unique after searching for anything on the network with the same address on the bridged adapter. Does both nat, bridged, and host-only with 3 adapters. Injects subutai environment parameters into /etc/environments.
This version was created over 5 years ago.
Using workaround for VirtualBox bug on Sierra. Switching to virtio nics.
This version was created over 5 years ago.
Minor small fixes and some spelling errors on echo commands.
This version was created over 5 years ago.
Added automatic apt mirror configuration on vagrant up. Fixed proxy errors.
There are no providers for this version.
This version was created over 5 years ago.
Fixing apt-cacher-ng source.list values. Removed UART log file for debugging. Added nearest mirror calculation.