From a9171b426638c23ff21f101e7f1b8a9ee3a19e93 Mon Sep 17 00:00:00 2001 From: Syed Fazle Rahman Date: Mon, 4 Feb 2019 14:06:06 +0530 Subject: [PATCH] Add popular Docker Tutorial for beginners (2019) This article has been shared by many developers on the internet. It was trending on the Hacker News and Reddit forums. I think it'll be a good resource for Docker beginners. :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07d77fe..c217b22 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [Play With Docker](https://training.play-with-docker.com/): PWD is a great way to get started with Docker from beginner to advanced users. Docker runs directly in your browser. - [Play With Moby](http://play-with-moby.com/): PWM is a web based Moby playground which allows you to try different components of the platform in seconds. It gives you the experience of having a free Alpine Linux Virtual Machine in the cloud where you can build and run Moby projects and even create clusters to experiment. - [Practical Introduction to Container Terminology](https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/) The landscape for container technologies is larger than just docker. Without a good handle on the terminology, It can be difficult to grasp the key differences between docker and (pick your favorites, CRI-O, rkt, lxc/lxd) or understand what the Open Container Initiative is doing to standardize container technology. +- [Docker Tutorial for Beginners (Updated 2019 version)](https://hashnode.com/post/docker-tutorial-for-beginners-cjrj2hg5001s2ufs1nker9he2) — In this Docker tutorial, you'll learn all the basics and learn how you can containerize Node.js and Go applications. Even if you aren't familiar with these languages it should be easy for you to follow this tutorial and use any other language. **Cheatsheets** by