Vagrant Tooling Perspective | ||
---|---|---|
Vagrant Toolbar Menu | Updating This Document |
A new perspective known as the Vagrant Tooling Perspective is added.
The Vagrant Box view is used to manage the set of existing Box files of which Vagrant is aware.
The following actions are possible from this view depending on the context :
To add a Vagrant Box, simply click the "Add Box" icon. Provide a name for the box, and then specify either the system path, url, or Atlas repository for the Box file.
One can create a virtual machine in 2 different ways :
In either case, we selected the "Create VM" button, and assign some name to our virtual machine. If a Box was imported into the Vagrant Box View, we can use it to define our virtual machine. We can even specify a Box file on the local system that hasn't been imported. If on the other hand we have a Vagrantfile, we can simply select "Custom Vagrantfile" and provide the location of this file on our system.
We can optionally provide environment variables to be passed to the creation of this virtual machine.
The Vagrant VM view is used to manage the set of existing virtual machines managed by Vagrant.
The following actions are possible from this view depending on the context :
If a Virtual Machine is configured with a proper SSH daemon, one can connect to it with the click of a button.
Vagrant Toolbar Menu | Updating This Document |