1. virtualization & containerization
2. Monolithic vs Micro-services
3. Installation Of Docker & Other Prerequisites
4. Running First Docker Image - Hello World
5. Creating the First Dockerfile of Hello World
6. How To Run Custom Build Docker Image
7. How to tag a name to an image and how Caching Works
8. How to port mapping work in docker
9. Containerized a static site & serve with nginx
10. How image run in the docker container and how to manage it
11. How to get inside the docker container
12. How to attach volume
13. How to remove containers and images
14. How to run the react app locally
15. How React Application Works
16. How to create & run the docker container of the react app
17. Different types of dockerfile
18. Creating a Production Grade docker image of react app
19. How to push your docker image to the docker hub
20. Installation and running of Python app with Mongodb
21. Creating Dockerfile for Python app
22. Introduction to docker-compose and how it works
23. Containerized Python app using docker-compose
24. Running the Mern app locally
25. How we are going to containerize the mern app
26. Creating Dockerfile for frontend and backend
27. Creating Docker Compose a file and run the mern app
28. Pushed frontend & backend Images to the docker hub
29. Running App Using frontend & backend image using the docker-compose
30. Creating a Single Docker Image of the mern app & push it to the docker hub