From dcf0f94af95235ca71d0665dc373f0bbae39c125 Mon Sep 17 00:00:00 2001 From: Natan Yellin Date: Fri, 10 Feb 2023 23:03:58 +0200 Subject: [PATCH] Update 101-containers.md (#3440) --- src/roadmaps/kubernetes/content/101-containers.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/roadmaps/kubernetes/content/101-containers.md b/src/roadmaps/kubernetes/content/101-containers.md index e9190fd9a..195179919 100644 --- a/src/roadmaps/kubernetes/content/101-containers.md +++ b/src/roadmaps/kubernetes/content/101-containers.md @@ -1 +1,10 @@ -# Containers \ No newline at end of file +# Containers + +Kubernetes is built on containers, so before learning Kubernetes you should be comfortable running and building containers from scratch. + +Visit the following resources to learn more: + +* [Docker in 100 Seconds (video)](https://www.youtube.com/watch?v=Gjnup-PuquQ) +* [Official Docker Tutorial](https://www.docker.com/101-tutorial/) +* [Docker Curriculum](https://docker-curriculum.com/) +* [Free 3 Hour Video Course on Docker for Beginners](https://www.youtube.com/watch?v=3c-iBn73dDE)