zep <zgreenfelder@...> writes:
vagrant?
I'm unfamiliar with vagrant, but it's pretty easy to roll your own. email me off list if you'd like a copy of my Frankenstein scripts.
I should have provided a link: https://www.vagrantup.com/
vagrant does rather more than just running VM's - automated creation of VM's, starting them up, tearing them down. One use case is disposable VM's typically for developers - spin up a fresh clean VM, pollute it with new code, test and diagnose, tear it down. Rinse, repeat.
Cheers
Bob