We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad8886 commit dcf0f94Copy full SHA for dcf0f94
src/roadmaps/kubernetes/content/101-containers.md
@@ -1 +1,10 @@
1
-# Containers
+# Containers
2
+
3
+Kubernetes is built on containers, so before learning Kubernetes you should be comfortable running and building containers from scratch.
4
5
+Visit the following resources to learn more:
6
7
+* [Docker in 100 Seconds (video)](https://www.youtube.com/watch?v=Gjnup-PuquQ)
8
+* [Official Docker Tutorial](https://www.docker.com/101-tutorial/)
9
+* [Docker Curriculum](https://docker-curriculum.com/)
10
+* [Free 3 Hour Video Course on Docker for Beginners](https://www.youtube.com/watch?v=3c-iBn73dDE)
0 commit comments