rizkyfaza20 / vagrant-labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps Journey - Vagrant Labs

Youtube URL: https://www.youtube.com/channel/UC4Snw5yrSDMXys31I18U3gg/

How to use these Labs

  1. Install Vagrant: https://www.vagrantup.com/downloads.html

  2. Install Oracle Virtual Box: https://www.virtualbox.org/

  3. In a new Directory clone this respository:

git clone https://github.com/bradmorg/vagrant-labs.git
  1. go into the lab folder corrasponding to the video you are watching. Example:
cd lab1-firstvm
  1. Initialize the VM using vagrant init
vagrant init bento/ubuntu-18.04
  1. SSH into the VM
vagrant ssh

About


Languages

Language:Ruby 100.0%