Summary
Full Transcript
To learn more about Azure/DevOps/Docker/Kubernetes, please visit https://www.harshalkumarjain.com/ In this video, We will understand - docker container lifecycle That means, we will understand below important docker components Docker-file Docker-CLI Docker-Engine Docker-Daemon Docker Image Docker Container Docker-file contains instructions build and run our .NET application From Docker-CLI, we build Docker-Image using Docker-File This action of building docker image is performed by Docker Engine (Docker Daemon) Finally, when we run docker image - a docker container also runs - i.e. application starts running --------------------------------------------------------------------------------------------------------------------------- Below is the link for all my playlists https://www.youtube.com/@HarshalkumarJain/playlists You can reach me on LinkedIn at: https://www.linkedin.com/in/harshalkumar-jain-63554715/ If you find this video useful - please like and subscribe to my channel If you have something exciting for me - please contact me at [email protected] Join My WhatsApp Group: chat.whatsapp.com/IFIPc34blDPDHnp3JeiJHL I really want to keep all tutorials 'free and accessible to all' It requires efforts to create quality content, so you may also buy me a coffee - if you find my tutorials/videos useful https://buymeacoffee.com/harshalkumar.jain --------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------ Some of my playlists: Azure Functions Tutorial: https://www.youtube.com/playlist?list=PLU1w_BFZFd2r_hvhw-c3Q6KsohNc8UeiT Azure Logic Apps Tutorial: https://www.youtube.com/playlist?list=PLU1w_BFZFd2p-ml-gnuMPpBtHt_VUeajq Azure API Management Tutorial - https://www.youtube.com/playlist?list=PLU1w_BFZFd2oSHrHLdy0uhmqsYsUvgvby Azure IoT Hub Tutorial C# - https://www.youtube.com/playlist?list=PLU1w_BFZFd2pmUmbp8Wr5evtO2SPloy6o Azure Cosmos DB Tutorial C# - https://www.youtube.com/playlist?list=PLU1w_BFZFd2rhMBlX7btQ628EgDqqWWIL 'Azure AD Authentication (OAuth 2.0) Tutorial From Scratch' - https://www.youtube.com/playlist?list=PLU1w_BFZFd2qNjGLJYBAQR0vbjPe76K3m Azure Networking Tutorial - https://www.youtube.com/playlist?list=PLU1w_BFZFd2qKBBX-XXdLHeka4DrJXVjH ------------------------------------------------------------------------------------------------------
