Skip to content

kita-buat/vagrant-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-basic

License: MIT semantic-release 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

About

Simple example on how to use Vagrant.

Resources

License

Stars

Watchers

Forks

Packages

No packages published