Virtual Machine On-Off, Suspend, Halt using Vagrant VirtualBox

Author: Al-mamun Sarkar Date: 2020-04-13 10:48:08

Virtual Machine On-Off and suspend using Vagrant VirtualBox. The following command show how to on VM, Off VM and suspend virtual machine using vagrant and virtualbox.

 

Show Box Status:

vagrant status

 

Running VM:

vagrant up

 

Shut down box but save the current state:

vagrant suspend

 

Shut down VM without saving state:

vagrant halt

 

Restart VM:

vagrant up

 

Reload VM Box:

vagrant reload