Docker#
Some useful links to explain the concepts of Docker
Official Docker Documentation#
Concepts#
https://dev.to/softchris/5-part-docker-series-beginner-to-master-3m1b?
https://hackernoon.com/beginners-guide-to-microservices-explaining-it-to-a-5-year-old-4481f5aba466
https://jvns.ca/blog/2019/11/18/how-containers-work–overlayfs
https://labs.iximiuz.com/tutorials/container-networking-from-scratch
https://michalpitr.substack.com/p/linux-container-from-scratch
Good Explanation of Namespaces : needed for Docker#
Difference between containers and VMs#
Docker Image Layers : Easy Explanation#
Docker Swarm Working#
Configuration#
https://docs.docker.com/config/containers/resource_constraints/
https://stackoverflow.com/questions/29480099/docker-compose-vs-dockerfile-which-is-better