From 14281be4dc566d802b55bf1d69bfa0be2dd59e99 Mon Sep 17 00:00:00 2001 From: groda Date: Sun, 1 Dec 2019 23:19:36 +0100 Subject: [PATCH] Docker for beginners added my "Docker for beginners" tutorial in "where to start" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bced9d..47ecf5c 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,8 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [Benefits of using Docker](https://semaphoreci.com/blog/docker-benefits) for development and delivery, with a practical roadmap for adoption. - [Docker Curriculum](https://github.com/prakhar1989/docker-curriculum): A comprehensive tutorial for getting started with Docker. Teaches how to use Docker and deploy dockerized apps on AWS with Elastic Beanstalk and Elastic Container Service. -- [Docker Documentation](https://docs.docker.com/): the official documentation +- [Docker Documentation](https://docs.docker.com/): the official documentation. +- [Docker for beginners](https://github.com/groda/big_data/blob/master/docker_for_beginners.md): A tutorial for beginners who need to learn the basics of Docker—from "Hello world!" to basic interactions with containers, with simple explanations of the underlying concepts. - [Docker for novices](https://www.youtube.com/watch?v=xsjSadjKXns) An introduction to Docker for developers and testers who have never used it. (Video 1h40, recorded linux.conf.au 2019 — Christchurch, New Zealand) by Alex Clews. - [Docker Training](https://success.docker.com/training) :heavy_dollar_sign: - [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.