Step 1- Download and Install VirtualBox
https://www.virtualbox.org/wiki/Downloads
Step 2- Download and Install Vagrant
https://www.vagrantup.com/downloads
Step 3 – Add a Box uRL to Vagrant
- Box == os image
- https://www.vagrantbox.es/
- https://app.vagrantup.com/
$ mkdir centos7
$ cd centos7
$ vagrant box add centos7 https://github.com/holms/vagrant-centos7-box/releases/download/7.1.1503.001/CentOS-7.1.1503-x86_64-netboot.box
$ vagrant box list
Step 4 – Creating a VM
$ vagrant init centos7
Step 5 – Starting a VM & Access
$ vagrant up
$ vagrant ssh
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