Vagrant (virtualization manager)

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
User avatar
Midas
Posts: 6705
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Vagrant (virtualization manager)

#1 Post 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.
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.

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.

User avatar
webfork
Posts: 10818
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Vagrant (virtualization manager)

#2 Post by webfork »

Very interesting, thanks for posting. I can see this being extremely useful for developers and testing.

Post Reply