hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.05k stars 4.42k forks source link

Can we create virtual machine only, not start virtual machine? #13250

Open devsecops-edu-vn opened 11 months ago

devsecops-edu-vn commented 11 months ago

vagrant up

--> will create and start virtual machine (vm)

Is there option create vm only, not start vm?

Thank you very much!

asteiner-psh commented 10 months ago

+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.)