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.
-
Install Oracle Virtual Box: https://www.virtualbox.org/
-
Install Vagrant: https://www.vagrantup.com/downloads.html
-
In a new Directory copy this respository:
git clone https://github.com/bradmorg/docker-labs.git
- Start the vagrant instance.
vagrant up
- SSH into node1
vagrant ssh node1