1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-13 20:54:16 +02:00

Update 101-containers.md (#3440)

This commit is contained in:
Natan Yellin
2023-02-10 23:03:58 +02:00
committed by GitHub
parent 4ad8886aa0
commit dcf0f94af9

View File

@@ -1 +1,10 @@
# 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)