I am setting up test\dev machines in VMWare. We have about six users that I would like to give a VM to. They are all going to be based off a single base image (Ubuntu). I could always create six different VMs, one for each user, but there seems to be a better way to do this.
Is it possible (or recommended) to install the base system, then take six different snapshots. Since these are testing machines the users will inevitably mess them up. Since these are uncommitted snapshots I can always just blow the snapshot away and recreate it from the base image. I like the fact that I can quickly "restore" the user's VMs back to their default state.
The VMWare KB seems to frown on long running snapshots. Is there a better way to achive what I want to do?