Sunday, November 4, 2018

Introducing Vagrant

Welcome to the free tutorial on Vagrant.
vagrant is internally a ruby command, you can modify the vagrant tool if you know Ruby.

What is use of vagrant?

Capable of speaking to hypervisors and get environments created.

Vagrant, a command line tool to automate creation, deletion and maintenance of VMs.
The VMs are default set for virtualbox.We can manage for hyper-v and other providers also.
Once we create an image as a template, we can use the same image for creating multiple machines.
Let's discuss more about it in later posts.

No comments:

Post a Comment