I think this is just the cloud-hosted registry - the good old cli remains available, albeit under the non-free Business Source License: https://github.com/hashicorp/vagrant
Vagrantfile gives you a repeatable and portable environment with just a few lines of configuration. Product demo? Pre-configured local Kubernetes? Clean build environment? Pre-cooked clean setups for 3rd party software projects? Everything is possible with just vagrant up -> vagrant ssh -> vagrant halt/destroy. There is no simple alternative.
10 comments
[ 0.21 ms ] story [ 10.1 ms ] threadLima is a great tool for simple quick or for automated repeatable virtual environments!
Vagrantfile gives you a repeatable and portable environment with just a few lines of configuration. Product demo? Pre-configured local Kubernetes? Clean build environment? Pre-cooked clean setups for 3rd party software projects? Everything is possible with just vagrant up -> vagrant ssh -> vagrant halt/destroy. There is no simple alternative.
* Vagrant for everything: VM provisioning(always local), os dependencies, app dependencies and the apps themselves was all Vagrant.
* Vagrant for VM provisioning and OS dependencies only. docker-compose for the rest
* Vagrant for VM provisioning, Rancher 1.6-ish for the rest
* Vagrant for VM provisioning and K3S for the rest.
* either k3s or docker-compose with no VM
so towards the end it was easy to replace Vagrant with whatever provisioned a VM