Skip to content

extra2000/vagrant-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-basic

License Versioning Build
License: MIT semantic-release Build Status Build status

Simple example on how to use Vagrant to create Centos 7 virtual machine.

localhost

Prerequisites

You need to install Vagrant. You may need to install VirtualBox if you want to use it as the provider for Vagrant. Otherwise, you can use Libvirt on Linux or HyperV on Windows platforms.

Getting Started

Clone this repository:

$ git clone https://github.com/extra2000/vagrant-basic.git

Then create Vagrant box named centos-box (you can change --provider=virtualbox to either --provider=libvirt or --provider=hyperv):

$ cd vagrant-basic
$ vagrant up --provider=virtualbox

More References