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

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

Instructor-svgAl-Mamun Sarkar
Apr 13 , 2020

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

 

  • Share On:
  • fb
  • twitter
  • pinterest
  • instagram