Vagrant Operations: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* <span id='Box_Operations'></span>[[Vagrant Box Operations|Box operations]] | * <span id='Box_Operations'></span>[[Vagrant Box Operations|Box operations]] | ||
* <span id='Managing_a_VM_in_an_AWS_Environment'></span>[[Vagrant AWS Provider|Managing a VM in an AWS Environment]] | * <span id='Managing_a_VM_in_an_AWS_Environment'></span>[[Vagrant AWS Provider|Managing a VM in an AWS Environment]] | ||
Revision as of 19:54, 17 November 2019
External
Internal
Subjects
- Plugin operations
- Environment operations
- Instance operations
- Box operations
- Managing a VM in an AWS Environment
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.