From 7ab70ed9206a5ebe6aba12b74a9162ea9672d5a8 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sat, 23 Nov 2019 23:36:18 +0100 Subject: [PATCH] Docker for novices video MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An introduction to Docker for developers and testers who have never used it. Linux.conf.au 2019 — Christchurch, New Zealand By Alec Clews --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c1415e..e225b5a 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ _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 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. - [Katacoda](https://www.katacoda.com/courses/docker): Learn Docker using Interactive Browser-Based Labs