License | Versioning | Build |
---|---|---|
Simple example on how to use Vagrant to create Centos 7 virtual machine.
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.
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