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 Tutorial: Basic Workflow

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
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x