Docker
Why this article?
In my first serious software engineer job, I need to use Docker. It seems Docker is something cool. I’d like to list some materials which can help you have a better understanding of Docker.
Useful Tutorial Videos
A short video
The video below pretty much gives a very brief explanation about what is Docker and why Docker is useful. In short, Docker is a house manager to make your code work in any machine (mac, ubuntu, cloud clusters, and Edge devices).
Docker Tutorial — What is Docker & Docker Containers, Images, etc?
A comprehensive video
If you want to know more about Docker, watch the video below. It gave some pretty good explanation about several questions listed here:
- what are images?
- what are containers?
- what is the relationship between the virtual machine to containers?
Docker For Beginners: From Docker Desktop to Deployment
A super nice tutorial video
Get your hands dirty
The End
Thanks for reading. If you feel this is helpful, please clap for me. Your clap will encourage me to keep on writing.