Vagrant Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Vagrant =Box Operations= ==List== vagrant box list") |
|||
Line 8: | Line 8: | ||
vagrant box list | vagrant box list | ||
=Instance Operations= | |||
vagrant up | |||
vagrant ssh | |||
<font color=darkgray> | |||
How does it know to connect to the instance it was started? | |||
More about jump box. | |||
</font> |
Revision as of 00:43, 1 August 2019
Internal
Box Operations
List
vagrant box list
Instance Operations
vagrant up
vagrant ssh
How does it know to connect to the instance it was started? More about jump box.