Docker Containers are essential to running code in production environments. Do you ever write some code and have it fail to run somewhere else, a container will solve that problem in no time! They take no time to spin up and are lightning fast. In this video we'll go over why to use docker containers and create a simple Docker container to run a Node.js web application. Not only will understanding containers help your software development journey, but also increase your devops skills!
💻 Github💻
https://github.com/code-persist/Docke...
🔥 Docker Links 🔥
- Docker Desktop: https://www.docker.com/products/docke...
- Docker Docs: https://docs.docker.com/
- Docker Hub: https://hub.docker.com/
💿 Music 💿
Song: Tokyo Music Walker - Slowly
License: Creative Commons (CC BY 3.0) https://creativecommons.org/licenses/...
/ @tokyomusicwalker4038
Music powered by BreakingCopyright: https://breakingcopyright.com
0:00 The problem
0:20 Container buzz words
1:08 Why not a VM
1:32 Virtualization
3:21 The code
5:39 Demo
#programming #softwareengineering #coding