Skip to content

ckamm12/docker-vagrant

 
 

Repository files navigation

Docker Labs

These are Docker Labs for the youtube Channel DevOps Journey https://www.youtube.com/channel/UC4Snw5yrSDMXys31I18U3gg/

Each folder corrasponds to a video. Follow along and let's learn docker together.

How to use these Labs

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

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

  3. In a new Directory copy this respository:

git clone https://github.com/bradmorg/docker-labs.git
  1. Start the vagrant instance.
vagrant up
  1. SSH into node1
vagrant ssh node1

About

Vagrant VMs for Docker Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.4%
  • Dockerfile 32.4%
  • Ruby 22.2%