Vanshika Sharmavanshikasharmaa.hashnode.dev路Dec 16, 2024Docker for DevOps EngineersDocker: Docker is a platform for developing, shipping, and running applications in lightweight, portable containers. Containers bundle an application and all its dependencies, ensuring it runs consistently across different environments. Docker uses ...1 likeDocker
Ritesh Dolareriteshdolare.hashnode.dev路Jul 22, 2024馃惓馃殌Day 21: Lets Dive in Docker with Real-World ProjectHello everyone!馃専Today, I dived deep into Docker and successfully deployed a two-tier Python Flask application! Certainly! Here鈥檚 a simplified guide on how to create a BMI Calculator Flask app and deploy it using Docker. 1. Project Structure Create t...43 readspython app
Vaibhav Jaiswalvaibhavjaiswal.hashnode.dev路Jun 19, 2024Day 2 : Dockerize a TODO Project"Join us today as we explore Docker, a powerful tool for containerizing our TODO project. We'll create a straightforward setup that ensures our application runs consistently across different environments. By the end of this blog, our task manager wil...95 readsDOCKER.IO
Prathmesh Vibhuteprathmeshh.hashnode.dev路Mar 6, 2024Day 20 : Docker CLI Cheat SheetDocker skills to the next level with a comprehensive cheat sheet. This cheat sheet will not only reinforce your knowledge but also serve as a valuable resource for the DevOps community. This cheat sheet summarizes essential Docker commands for manag...cheatsheet
Suraj bariklinuxenthusiast.hashnode.dev路Aug 24, 2023Docker Project for DevOps Engineers part-IIDockerfile instruction 馃馃崶 Dockerfile is a text file containing various instructions and configurations in the form of commands. Dockerfile helps to build a Docker image. 馃摑DockerFile Syntax: FROM:[taking base image from Docker Hub]WORKDIR /app:[Set...47 readsdocker project
Moiz Asifmoiz-journeytodevops.hashnode.dev路Aug 17, 2023Day 17: Docker Project for DevOps EngineersIn this blog, let鈥檚 learn about what Docker File is and build the project through Docker. Dockerfile A Dockerfile is a script or you can say a set of instructions that we used to create a Docker image, which is a lightweight, standalone, and executab...28 readsdocker images
Ritul Guptaritul.hashnode.dev路Aug 3, 2023"Dockerized 2-Tier Application with Custom Network"Step-1 Install Docker on your system. sudo apt-get update -y sudo apt-get install docker.io -y sudo usermod -aG docker $USER sudo reboot Step-2 Clone the project source code using the following command: git clone https://github.com/LondheShubham153/...1 like路95 readsDocker
Kunal Mauryakunalmaurya.hashnode.dev路Mar 19, 2023Docker Project for DevOps EngineersIn this Blog, we'll build a simple Todo app using Flask and Docker. The app will allow users to add, update, and delete tasks. We'll use Docker to containerize the app and simplify deployment. here's a summary of the web project for practising Docker...10 likes路4.9K readsDocker