Difference between revisions of "Vagrant"

From HyperSecurity Wiki
Jump to: navigation, search
(Created page with "== Commands == Check global status: vagrant global-status Destroy VM: vagrant destroy 1a2b3c4d Start VM: vagrant up {name} SSH into VM: vagrant ssh {name}")
(No difference)

Revision as of 18:07, 8 March 2022

Commands

Check global status:

vagrant global-status

Destroy VM:

vagrant destroy 1a2b3c4d

Start VM:

vagrant up {name}

SSH into VM:

 vagrant ssh {name}