1. Deploy OS image
vagrant init bento/ubuntu-16.04
2. Power on the VM
vagrant up
3. Login to VM
vagrant ssh
4. Power off the VM
vagrant halt
5. To reboot the VM and or to apply the changes made in vagrant file
vagrant reload
6. To provision the node
vagrant provision
7. To remove the node completely
vagrant destory -f
8. To check the status of all running VMs
vagrant global-status
Comments
Post a Comment