Vagrant Installation & Configuration

vagrant-installation-in-centos-ubuntu-and-windows

Step 1 – Download Vagrant

URL https://www.vagrantup.com/downloads

Step 2 – Install Vagarnt in Windows

Step 3 – Verify Vagrant

$ vagrant --version
$ vagrant --help
$

Step 4 – Basic Workflow in Vagrant


$ mkdir vagrant-vms
$ cd vagrant-vms/
$ vagrant box add centos-min https://github.com/tommy-muehle/puppet-vagrant-boxes/releases/download/1.1.0/centos-7.0-x86_64.box
$ vagrant --help
$ vagrant box --help
$ vagrant box list
$ vagrant init centos-min
$ vagrant up
$ vagrant ssh
$ vagrant halt
$ vagrant destroy

Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x