Page 1 of 1

Vagrant (virtualization manager)

Posted: Sun Apr 04, 2021 6:29 am
by Midas
This is a little out of my depth but, with all the recent talk of virtualization, I think Vagrant is an avenue of exploration we should at least point out here at TPFC.

Vagrant is a tool for building and distributing development environments.
@ https://github.com/hashicorp/vagrant/
Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the "works on my machine" excuse a relic of the past.
@ https://www.vagrantup.com/intro

Vagrant doesn't appear to be natively portable, but there are many write-ups on how simple it is to achieve this -- I'll just note a couple:

https://github.com/calebdre/Portable-Vagrant
https://medium.com/p/337aec1cacd5
https://stackoverflow.com/a/36857504 (as well as https://stackoverflow.com/a/36343325)

Latest Vagrant release for Windows (currently v2.2.15) can be downloaded from https://www.vagrantup.com/downloads.

Re: Vagrant (virtualization manager)

Posted: Sun Apr 04, 2021 8:15 am
by webfork
Very interesting, thanks for posting. I can see this being extremely useful for developers and testing.