Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 496 Bytes

File metadata and controls

40 lines (31 loc) · 496 Bytes

Vagrant Labs - Vagrant Workflows

Youtube URL:

Commands used

  1. Bring up the vagrant instance
vagrant up
  1. Get Status of Local Vagrant Machine
vagrant status
  1. Get Status of Vagrant Machines on host
vagrant global-status
  1. Get SSH Settings
vagrant ssh-config
  1. Stop Virtual Machine
vagrant reload
  1. Stop Virtual Machine
vagrant halt
  1. Remove the Virtual Machine
vagrant destroy