Vagrant Operations: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* [[Vagrant#Operations|Vagrant]] | * [[Vagrant#Operations|Vagrant]] | ||
=Subjects= | |||
* <span id='Plugin_Operations'></span>[[Vagrant Plugin Operations|Plugin operations]] | |||
=Plugin Operations= | =Plugin Operations= |
Revision as of 19:47, 17 November 2019
External
Internal
Subjects
Plugin Operations
Environment Operations
Box Operations
List
vagrant box list
Instance Operations
init
vagrant init
ssh
Connect to machine via SSH:
vagrant ssh
How does it know to connect to the instance it was started? More about jump box.