vagrant
vagrant copied to clipboard
Can we create virtual machine only, not start virtual machine?
vagrant up
--> will create and start virtual machine (vm)
Is there option create vm only, not start vm?
Thank you very much!
+1 for this. I like to have snapshots of my boxes made before their first run so that I can quickly revert to a clean state. (This is faster than a vagrant destroy ; vagrant up
, and I don't lose any other snapshots.)