vagrant up
vagrant reload --provision-with all
vagrant up # starts up: creates and configures guest machine
vagrant suspend # suspends the guest machine
vagrant halt # shuts down the running machine
vagrant reload # vagrant halt; vagrant up
vagrant destroy # stops machine and destroys all related resources
vagrant provision # perform provisioning for machine
vagrant box remove geerlingguy/ubuntu2004 # removes a box from vagrant
Vagrant cheat sheet
-
All
vagrant reload --provision-with all
-
OH-My-ZSH
vagrant reload --provision-with ohmyzsh
-
Other Tools
vagrant reload --provision-with other
vagrant package --vagrantfile Vagrantfile --output my-ohmyzsh.box
Hash calculate in Windows
CertUtil -hashfile C:/Users/murat.oguz/Works/my-ohmyzsh/package.box MD5