Vagrant Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
=Subjects=
=Subjects=
* <span id='Plugin_Operations'></span>[[Vagrant Plugin Operations|Plugin operations]]
* <span id='Plugin_Operations'></span>[[Vagrant Plugin Operations|Plugin operations]]
* <span id='Environment_Operations'></span>[[Vagrant Environment Operations|Environment operations]]
* <span id='Instance_Operations'></span>[[Vagrant Instance Operations|Instance operations]]
* <span id='Managing_a_VM_in_an_AWS_Environment'></span>[[Vagrant AWS Provider|Managing a VM in an AWS Environment]]


=Plugin Operations=
{{Internal|Vagrant Plugin Operations|Plugin Operations}}
=Environment Operations=
{{Internal|Vagrant Environment Operations|Environment Operations}}


=Box Operations=
=Box Operations=
Line 21: Line 20:
  vagrant box list
  vagrant box list


=Instance Operations=
{{Internal|Vagrant Instance Operations|Instance Operations}}


==init==
==init==
Line 40: Line 37:
More about jump box.
More about jump box.
</font>
</font>
=Managing a VM in an AWS Environment=
{{Internal|Vagrant AWS Provider|Vagrant AWS Provider}}

Revision as of 19:50, 17 November 2019

External

Internal

Subjects


Box Operations

List

vagrant box list


init

https://www.vagrantup.com/docs/cli/init.html
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.