Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
496 B

# 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)