Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

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

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x