项目作者: DonAurelio

项目描述 :
Vagrant files
高级语言: Ruby
项目地址: git://github.com/DonAurelio/vagrant.git
创建时间: 2019-07-11T14:51:55Z
项目社区:https://github.com/DonAurelio/vagrant

开源协议:

下载


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

  1. sudo apt update
  2. sudo apt install virtualbox
  3. sudo apt install vagrant
  4. vagrant --version

References