Vagrant Operations

From NovaOrdis Knowledge Base
Revision as of 19:50, 17 November 2019 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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.