Munilakshmi G J100daysdevops.hashnode.dev路Nov 8, 2024Day 14 of 100 Days : Mastering the Dockerfile馃専Today, we鈥檙e diving into one of Docker's most essential components: the Dockerfile. A Dockerfile is a script-like text document that contains instructions to build a Docker image. Think of it as a blueprint or recipe for creating an environment where...master dockerfile
Munilakshmi G J100daysdevops.hashnode.dev路Nov 7, 2024Day 13 of 100 Days : Creating and Running a Dockerized Web Application馃専Welcome to Day 13! Today, we鈥檒l embark on an exciting journey where you鈥檒l take a web application and make it run inside a Docker container. By the end of this lesson, you鈥檒l have Dockerized a Django web app, built a Docker image, run it in a contain...docker-example
Arish Ahmadblog.arishahmad.in路Sep 13, 2024Easy Explanation of Docker for BeginnersWhat is Docker? Docker is a platform that allows developers to package their applications into containers. These containers include everything the application needs to run, such as code, system libraries, and dependencies, ensuring the application be...cotainers vs virtual machines