
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
- Top 10 IT Certifications in the world for Software Engineers in 2022 - May 18, 2022
- Terraform Tutorial with Google Cloud – Create Single VM & Network - May 17, 2022
- Terraform Tutorial with Google Cloud – Create Single VM - May 17, 2022