DonAurelio / vagrant

Vagrant files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant

Vagrant is a tool for building and managing virtual machines and focus on automation. Vagrant provides easy to configure, reproducible, and portable work environments called Vagrantfiles. On this files virtual machines are especified. Then they can be deployed automatically with a single command. Available Vagrant configurations are listed as follows:

  • cluster (master,slave_1,slave_2)
  • single_machine

Install Vagrant

sudo apt update
sudo apt install virtualbox
sudo apt install vagrant
vagrant --version

References

About

Vagrant files