1-VM Management

Download PDF

Here are the basic commands for starting and stopping your VM.

Remember, you must be in the same directory as the VM to make anything work.

To start the machine:

vagrant up

To enter the machine from your terminal/console:

vagrant ssh

To stop the machine:

vagrant halt

To force the machine off (the equivalent of pulling out the power cable):

vagrant halt --force

Don’t run these yet!!

To destroy your local machine and its files

vagrant destroy
vagrant box remove ubuntu/wily64