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
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024