Vagrant basic commands
vagrant up
- Start and provision VM
vagrant destroy
- Destroy VMs
vagrant status
- Check VMs status
vagrant ssh <VM_NAME>
- SSH as the vagrant user
vagrant halt
- stop the VMs
previous
previous