Multiple vagrant vms?
Can you setup multiple vms and switch back and forth?
I'm jsut not sure how vagrant works right now.
From my understanding, we have the vagrantfile that was provided, do a vagrant up on that. Then we can ssh into the VM that we just set up.
I was just wondering if we could fire up another VM without destroying what we currently have?
Sorry You must be a logged in, registered user to answer a question.
Answers
You sure can. Switch to a different directory, do vagrant init precise64 and you should get a new .vagrantfile as a new server spins up.
You can read more here.