Vagrant Operations: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Instance Operations= | =Instance Operations= | ||
Start and provision the vagrant environment: | |||
vagrant up | vagrant up | ||
Connect to machine via SSH: | |||
vagrant ssh | vagrant ssh | ||
Line 19: | Line 23: | ||
More about jump box. | More about jump box. | ||
</font> | </font> | ||
Stops and deletes all traces of the vagrant machine: | |||
vagrant destroy |
Revision as of 00:52, 1 August 2019
Internal
Box Operations
List
vagrant box list
Instance Operations
Start and provision the vagrant environment:
vagrant up
Connect to machine via SSH:
vagrant ssh
How does it know to connect to the instance it was started? More about jump box.
Stops and deletes all traces of the vagrant machine:
vagrant destroy