Starting and SSH into vagrant box
You have all the setup for now and you can boot you vagrant box by giving the command
vagrant up
This will take sometime around 1 minute to boot your system. After that you can login to your system using the following command
vagrant ssh
This is the simple ssh and all the commands will run like the same.
If you are done with the machine run the command
vagrant destroy
Vagrant will terminate the use of any resources by the virtual machine.
If you want to remove all the box files you can try running
vagrant box remove
- Syncing local folder to the virtual machine
- Setting up environment for the virtual machine
- Networking forwarding port to host machine and other options
- Sharing the Vagrant images
- Extra points and conclusion