Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 29, 2024Docker Compose Made Easy: Spring Boot Banking App in No Time!Prerequisite: It is recommended to read this blog before proceeding with the current one: Banking App and then Docker Image Push Publicly . I have added this project on my: GitHub Repo you can fork this project. Steps to Dockerize a Spring Boot ...Docker
Anjali Kashyaplearndevopswithanjalikashyap.hashnode.dev·Nov 18, 2024Project 1: Spring Boot Banking AppIntroduction Spring Boot simplifies the development of Java-based web applications by offering pre-configured templates, tools, and libraries. This guide outlines the steps for creating a Spring Boot Banking App, including setting up an AWS EC2 insta...1 likeDevops
Ammar Khandocker-project-devops.hashnode.dev·Nov 15, 2024Docker Project for DevOps EngineersToday, we're diving into something really exciting: Docker. If you're a DevOps enthusiast or developer looking to streamline your workflow, Docker is an essential tool. In this post, we'll walk you through how to create a simple web application using...Devops
Pakeeza Saeedprojectsfordevops.hashnode.dev·Oct 29, 2024Project-06: Building a Two-Tier Flask App with Docker ComposePrerequisites Make sure you have Docker and Docker Compose installed on your machine. Step 1: Create Your Docker Compose File The Docker Compose file is the backbone of our setup. It defines two services: mysql and flask-app. Here’s the file: version...devopsproject_stepbystep
RAKESH DUTTAdailydoseindevops.hashnode.dev·Oct 25, 2024Project: Optimizing Docker Images with Multi-Stage Builds for the Petclinic ApplicationOverview This project aims to optimize the deployment of a Spring-based Petclinic application using Docker’s multi-stage build feature. By focusing on creating smaller, faster, and more maintainable Docker images, we enhance the overall efficiency of...AWS - DevOps Projects#dockerprojects
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 21, 2024Day 17 Task: Docker Project for DevOps EngineersMastering Docker for DevOps: Day 17 Project Guide Welcome to Day 17 of the #90DaysOfDevOps challenge! 🎉 Today, we're diving into something really exciting: Docker. If you're a DevOps enthusiast or developer looking to streamline your workflow, Docke...61 readsDevops
Abhijeethashnode.abhijeetbhovar.com·Aug 12, 2024Writing a Dockerfile its fundamentals and optimizing it.There are certain concepts of writing a dockerfile to make it secure , in this blog i will be showcasing how to write a docker file what things you should consider and how you could write a dockerfile more secured Lets get started - I am currently wr...10 likes·154 readsDocker
Lalita Kashyaplalitakashyapblog.hashnode.dev·May 28, 2024Project 2: Deploying a node application Using DockerStep 1: Launch an EC2 Instance With the help of this: https://lalitakashyapblog.hashnode.dev/step-by-step-guide-to-setting-up-an-ec2-instance Step 2: Install docker With the help of this: https://lalitakashyapblog.hashnode.dev/from-zero-to-docker-a-b...36 reads#dockerprojects
Chetan Thapliyalblog.chetanthapliyal.cloud·Apr 26, 2024Optimizing Docker Images with Multistage Builds: A Hugo Portfolio ExampleDocker has revolutionized the way we build, package, and deploy applications. However, as projects grow in complexity, the size of Docker images can quickly balloon, leading to slower build times, increased storage requirements, and reduced performan...11 likes·37 readsProjectsDocker
Uday Sharmaudayyysharma.hashnode.dev·Feb 25, 2024Mastering Docker Compose: Building Two-Tier Project.Introduction to Docker Compose: Docker Compose is a tool used for defining and running multi-container Docker applications. It allows you to define a multi-container environment in a YAML file, specifying services, networks, and volumes, and then use...1 like·47 readsDevOps Series Docker